aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/expressions/application-left-assoc.hs
{- ORACLE_TEST pass -}
module ExprS303AppLeftAssoc where
f a b = a + b
x = f 1 2{- ORACLE_TEST pass -}
module ExprS303AppLeftAssoc where
f a b = a + b
x = f 1 2