hdiff
packages
feed
aihc-parser
-1.0.0.2: test/Test/Fixtures/oracle/GHCPrimSpecific/list-constructor.hs
{- ORACLE_TEST pass -} module ListConstructor where data List a = [] | a : List a