[project @ 1997-12-16 16:27:38 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc082.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 _interface_ ShouldSucceed 1
3 _instance_modules_
4 Addr ArrBase Foreign IO PrelNum
5 _usages_
6 PrelBase 1 :: id 1;
7 _exports_
8 ShouldSucceed f Normal(normal);
9 _instances_
10 instance _forall_ [a b] => {Normal (a -> b)} = $d1;
11 _declarations_
12 1 $d1 _:_ _forall_ [a b] => {Normal (a -> b)} ;;
13 1 class Normal a where {normal :: a -> PrelBase.Bool} ;
14 1 f _:_ _forall_ [ta] => ta -> PrelBase.Bool ;;