[project @ 1999-05-12 12:23:53 by keithw]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc079.stderr
index 34efb10..8131c36 100644 (file)
@@ -1,9 +1,9 @@
 ghc: module version changed to 1; reason: no old .hi file
 __export ShouldSucceed Foo{op2 op1};
 instance {Foo PrelBase.Int} = zdfFooInt;
-instance __forall [a] {Foo a} => {Foo [a]} = zdfFooZMZN;
-1 class Foo a where {op2 = :: __forall [b] {PrelBase.Ord b} => a -> b -> b -> b; op1 = :: a -> PrelBase.Bool} ;
-1 zddmop1 :: __forall [a] {Foo a} => a -> PrelBase.Bool ;
-1 zddmop2 :: __forall [a] {Foo a} => __forall [b] {PrelBase.Ord b} => a -> b -> b -> b ;
+instance __forall [a] => {Foo a} -> {Foo [a]} = zdfFooZMZN;
+1 class Foo a where {op2 = :: __forall [b] => {PrelBase.Ord b} -> a -> b -> b -> b; op1 = :: a -> PrelBase.Bool} ;
+1 zddmop1 :: __forall [a] => {Foo a} -> a -> PrelBase.Bool ;
+1 zddmop2 :: __forall [a] => {Foo a} -> (__forall [b] => {PrelBase.Ord b} -> a -> b -> b -> b) ;
 1 zdfFooInt :: {Foo PrelBase.Int} ;
-1 zdfFooZMZN :: __forall [a] {Foo a} => {Foo [a]} ;
+1 zdfFooZMZN :: __forall [a] => {Foo a} -> {Foo [a]} ;