[project @ 1999-01-23 17:57:35 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc079.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 __export ShouldSucceed Foo{op2 op1};
3 instance {Foo PrelBase.Int} = _fFooInt;
4 instance __forall [a] {Foo a} => {Foo [a]} = _gFoo_91_93;
5 1 _fFooInt :: {Foo PrelBase.Int} ;
6 1 _gFoo_91_93 :: __forall [a] {Foo a} => {Foo [a]} ;
7 1 _mop1 :: __forall [a] {Foo a} => a -> PrelBase.Bool ;
8 1 _mop2 :: __forall [a] {Foo a} => __forall [b] {PrelBase.Ord b} => a -> b -> b -> b ;
9 1 class Foo a where {op2 = :: __forall [b] {PrelBase.Ord b} => a -> b -> b -> b; op1 = :: a -> PrelBase.Bool} ;