[project @ 1999-01-23 17:57:35 by sof]
[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 f g Foo{o_and};
3 instance {Foo PrelBase.Bool} = _fFooBool;
4 instance {Foo PrelBase.Int} = _fFooInt;
5 1 _fFooBool :: {Foo PrelBase.Bool} ;
6 1 _fFooInt :: {Foo PrelBase.Int} ;
7 1 class Foo a where {o_and :: a -> a -> a} ;
8 1 f :: __forall [t] => PrelBase.Bool -> t -> PrelBase.Bool ;
9 1 g :: __forall [t a] {PrelBase.Num a, Foo a} => a -> t -> a ;