[project @ 1999-05-12 12:23:53 by keithw]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc091.stderr
index 769af0a..9e3ff27 100644 (file)
@@ -1,5 +1,5 @@
 ghc: module version changed to 1; reason: no old .hi file
 __export ShouldSucceed init_last merge sort;
 1 init_last :: __forall [a] => [a] -> PrelBase.Int -> ([a], [a]) ;
-1 merge :: __forall [a] {PrelBase.Ord a} => [a] -> [a] -> [a] ;
-1 sort :: __forall [a] {PrelBase.Ord a} => [a] -> [a] ;
+1 merge :: __forall [a] => {PrelBase.Ord a} -> [a] -> [a] -> [a] ;
+1 sort :: __forall [a] => {PrelBase.Ord a} -> [a] -> [a] ;