[project @ 1999-02-23 17:20:34 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc058.stderr
index a4b2af2..61c2027 100644 (file)
@@ -1,14 +1,11 @@
 ghc: module version changed to 1; reason: no old .hi file
-_exports_
-ShouldSucceed f Eq2{:Eq2 :Eq2 doubleeq} Ord2{:Ord2 :Ord2 lt};
-_instances_
-instance _forall_ [$a] {Eq2 $a, Ord2 $a} => {Eq2 [$a]} = $dEq20;
-instance {Eq2 PrelBase.Int} = $dEq2Int0;
-instance {Ord2 PrelBase.Int} = $dOrd2Int0;
-_declarations_
-1 $dEq20 _:_ _forall_ [$a] {Eq2 $a, Ord2 $a} => {Eq2 [$a]} ;;
-1 $dEq2Int0 _:_ {Eq2 PrelBase.Int} ;;
-1 $dOrd2Int0 _:_ {Ord2 PrelBase.Int} ;;
-1 class Eq2 $r3X where {doubleeq :: $r3X -> $r3X -> PrelBase.Bool} ;
-1 class {Eq2 $r3U}  => Ord2 $r3U where {lt :: $r3U -> $r3U -> PrelBase.Bool} ;
-1 f _:_ _forall_ [$a $b] {PrelBase.Num $b, Eq2 [$b]} => [$b] -> $a -> PrelBase.Bool ;;
+__export ShouldSucceed Eq2{doubleeq} Ord2{lt} f;
+instance {Eq2 PrelBase.Int} = zdfEq2Int;
+instance __forall [a] {Eq2 a, Ord2 a} => {Eq2 [a]} = zdfEq2ZMZN;
+instance {Ord2 PrelBase.Int} = zdfOrd2Int;
+1 class Eq2 a where {doubleeq :: a -> a -> PrelBase.Bool} ;
+1 class {Eq2 a}  => Ord2 a where {lt :: a -> a -> PrelBase.Bool} ;
+1 f :: __forall [t t1] {PrelBase.Num t1, Eq2 [t1]} => [t1] -> t -> PrelBase.Bool ;
+1 zdfEq2Int :: {Eq2 PrelBase.Int} ;
+1 zdfEq2ZMZN :: __forall [a] {Eq2 a, Ord2 a} => {Eq2 [a]} ;
+1 zdfOrd2Int :: {Ord2 PrelBase.Int} ;