bce90f3353a8d8e58c82102005151a424ae7f0a1
[ghc-hetmet.git] / ghc / tests / reader / should_compile / MyList.hi
1 _interface_ MyList 1
2 _instance_modules_
3 Addr ArrBase Foreign IO PrelBounded PrelNum
4 _usages_
5 PrelBase 1 :: $d2 1 $d29 1 $d31 1 $d33 1 $d38 1 Eval 1;
6 _exports_
7 MyList MyList(Empty :::);
8 _instances_
9 instance _forall_ [a] => {PrelBase.Eval (MyList a)} = $d1;
10 _declarations_
11 1 $d1 _:_ _forall_ [a] => {PrelBase.Eval (MyList a)} ;;
12 1 data MyList a = Empty |  ::: (MyList a) (MyList a) ;