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