[project @ 1998-11-16 18:14:44 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc027.stderr
index 0e2072c..2061985 100644 (file)
@@ -1,9 +1,7 @@
-
-NOTE: Simplifier still going after 4 iterations; bailing out.
 ghc: module version changed to 1; reason: no old .hi file
 _exports_
 ShouldSucceed f g h;
 _declarations_
-1 f _:_ _forall_ [a] => PrelBase.Bool -> a -> a ;;
-1 g _:_ _forall_ [a] => a -> PrelBase.Bool -> a ;;
+1 f _:_ _forall_ [$a] => PrelBase.Bool -> $a -> $a ;;
+1 g _:_ _forall_ [$a] => $a -> PrelBase.Bool -> $a ;;
 1 h _:_ PrelBase.Bool -> PrelBase.Bool ;;