aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/GHCPrimSpecific/tuple-constructor.hs
{- ORACLE_TEST pass -}
module TupleConstructor where
data Unit = ()
data Tuple2 a b = (a, b)
data Tuple3 a b c = (a, b, c)
{- ORACLE_TEST pass -}
module TupleConstructor where
data Unit = ()
data Tuple2 a b = (a, b)
data Tuple3 a b c = (a, b, c)