[project @ 1998-02-03 11:24:18 by simonm]
[ghc-hetmet.git] / ghc / tests / reader / should_compile / read006.stderr
1 ghc: module version unchanged at 1
2 _interface_ MyList 1
3 _instance_modules_
4 IO PrelAddr PrelArr PrelBounded PrelCCall PrelForeign PrelNum
5 _usages_
6 PrelBase 1 :: $d2 1 $d29 1 $d31 1 $d33 1 $d38 1 Eval 1;
7 _exports_
8 MyList MyList(Empty :::);
9 _instances_
10 instance _forall_ [a] => {PrelBase.Eval (MyList a)} = $d1;
11 _declarations_
12 1 $d1 _:_ _forall_ [a] => {PrelBase.Eval (MyList a)} ;;
13 1 data MyList a = Empty |  ::: (MyList a) (MyList a) ;