[project @ 1998-04-17 15:58:37 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc024.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 _interface_ ShouldSucceed 1 302
3 _instance_modules_
4 IO PrelAddr PrelArr PrelBounded PrelCCall PrelForeign PrelNum
5 _exports_
6 ShouldSucceed k main s;
7 _declarations_
8 1 k _:_ _forall_ [a b] => a -> b -> a ;;
9 1 main _:_ _forall_ [a] => a -> a ;;
10 1 s _:_ _forall_ [a b c] => (a -> c -> b) -> (a -> c) -> a -> b ;;