[project @ 1998-04-30 20:31:10 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc084.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 _exports_
3 ShouldSucceed f g h;
4 _declarations_
5 1 f _:_ _forall_ [a] => PrelBase.Int -> a -> PrelBase.Int ;;
6 1 g _:_ _forall_ [a b] {PrelBase.Num a} => PrelBase.Bool -> a -> b -> a ;;
7 1 h _:_ _forall_ [a] => a -> PrelBase.Int -> PrelBase.Int ;;