[project @ 1999-02-09 10:12:24 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc098.stderr
index 1081509..1842f86 100644 (file)
@@ -1,8 +1,6 @@
 ghc: module version changed to 1; reason: no old .hi file
-_exports_
-ShouldSucceed cpPairs m mp Cp;
-_declarations_
-1 cpPairs _:_ _forall_ [a b] => Cp [a] -> (b, [a]) -> (b, [a]) -> PrelBase.Ordering ;;
-1 m _:_ _forall_ [a] {PrelBase.Eq a} => Cp a -> [a] -> a ;;
-1 mp _:_ _forall_ [a b] {PrelBase.Eq b, PrelBase.Eq a} => Cp [a] -> [(b, [a])] -> (b, [a]) ;;
+__export ShouldSucceed Cp cpPairs m mp;
+1 cpPairs :: __forall [j a] => Cp [j] -> (a, [j]) -> (a, [j]) -> PrelBase.Ordering ;
+1 m :: __forall [a] {PrelBase.Eq a} => Cp a -> [a] -> a ;
+1 mp :: __forall [j i] {PrelBase.Eq i, PrelBase.Eq j} => Cp [j] -> [(i, [j])] -> (i, [j]) ;
 1 type Cp a = a -> a -> PrelBase.Ordering ;