aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/expressions/atoms-literal-all.hs
{- ORACLE_TEST pass -}
module ExprS302LiteralAll where
xDecimal = 42
xFloat = 3.14
xChar = 'a'
xString = "abc"{- ORACLE_TEST pass -}
module ExprS302LiteralAll where
xDecimal = 42
xFloat = 3.14
xChar = 'a'
xString = "abc"