[project @ 2000-03-23 17:45:17 by simonpj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc050.stderr
1 __export ShouldSucceed Foo{o_and} f g;
2 instance {Foo PrelBase.Bool} = zdfFooBool;
3 instance {Foo PrelBase.Int} = zdfFooInt;
4 1 class Foo a where {o_and :: a -> a -> a} ;
5 1 f :: __forall [t] => PrelBase.Bool -> t -> PrelBase.Bool ;
6 1 g :: __forall [t a] => {Foo a} -> {PrelNum.Num a} -> a -> t -> a ;
7 1 zddmo_and :: __forall [a] => {Foo a} -> a -> a -> a ;
8 1 zdfFooBool :: {Foo PrelBase.Bool} ;
9 1 zdfFooInt :: {Foo PrelBase.Int} ;