[project @ 1998-06-08 10:41:08 by simonpj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc098.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 _exports_
3 ShouldSucceed cpPairs m mp Cp;
4 _declarations_
5 1 cpPairs _:_ _forall_ [a b] => Cp [a] -> (b, [a]) -> (b, [a]) -> PrelBase.Ordering ;;
6 1 m _:_ _forall_ [a] {PrelBase.Eq a} => Cp a -> [a] -> a ;;
7 1 mp _:_ _forall_ [a b] {PrelBase.Eq b, PrelBase.Eq a} => Cp [a] -> [(b, [a])] -> (b, [a]) ;;
8 1 type Cp a = a -> a -> PrelBase.Ordering ;