[project @ 1998-04-17 15:58:37 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc036.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 _interface_ ShouldSucceed 1 302
3 _instance_modules_
4 IO PrelAddr PrelArr PrelBounded PrelCCall PrelForeign PrelNum
5 _usages_
6 PrelBase 1 :: $dEq0 1 $dEqBool0 1 $dEqInt0 1 $m/= 1 Eq 1;
7 PrelNum 1 :: $dEqDouble0 1;
8 _exports_
9 ShouldSucceed A(:A :A op1);
10 _declarations_
11 1 class {PrelBase.Eq a} => A a where {op1 :: a -> a} ;