[project @ 1999-05-12 12:23:53 by keithw]
[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} = zdfFooInt;
4 instance __forall [a] => {Foo a} -> {Foo [a]} = zdfFooZMZN;
5 1 class Foo a where {op2 = :: __forall [b] => {PrelBase.Ord b} -> a -> b -> b -> b; op1 = :: a -> PrelBase.Bool} ;
6 1 zddmop1 :: __forall [a] => {Foo a} -> a -> PrelBase.Bool ;
7 1 zddmop2 :: __forall [a] => {Foo a} -> (__forall [b] => {PrelBase.Ord b} -> a -> b -> b -> b) ;
8 1 zdfFooInt :: {Foo PrelBase.Int} ;
9 1 zdfFooZMZN :: __forall [a] => {Foo a} -> {Foo [a]} ;