[project @ 1999-06-09 09:35:54 by simonpj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc050.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 __export ShouldSucceed Foo{o_and} f g;
3 instance {Foo PrelBase.Bool} = zdfFooBool;
4 instance {Foo PrelBase.Int} = zdfFooInt;
5 1 class Foo a where {o_and :: a -> a -> a} ;
6 1 f :: __forall [t] => PrelBase.Bool -> t -> PrelBase.Bool ;
7 1 g :: __forall [t a] => {PrelNum.Num a} -> {Foo a} -> a -> t -> a ;
8 1 zdfFooBool :: {Foo PrelBase.Bool} ;
9 1 zdfFooInt :: {Foo PrelBase.Int} ;