summaryrefslogtreecommitdiff
path: root/ghc/tests/reader/should_compile/MyList.hi
blob: b92cd0fccc5a6b013eb938784cd0fe2a5281efd2 (plain)
1
2
3
4
5
6
__interface MyList 1 0 where
import PrelBase 16 :: addr2Integer 1 foldr 1 int2Integer 1 integer_0 1 integer_1 1 integer_2 1 integer_m1 1;
import PrelPack 15 :: packCStringzh 1 unpackAppendCStringzh 1 unpackCStringzh 1 unpackFoldrCStringzh 1 unpackNByteszh 1;
__instimport IO ; __instimport PrelAddr ; __instimport PrelArr ; __instimport PrelBounded ; __instimport PrelCCall ; __instimport PrelConc ; __instimport PrelForeign ; __instimport PrelIOBase ; __instimport PrelNum ; __instimport PrelNumExtra ; __instimport PrelStable ; __instimport PrelTup ;
__export MyList MyList{Empty ZCZCZC};
2 data MyList a = Empty |  ZCZCZC (MyList a) (MyList a) ;