[project @ 1999-01-23 17:57:35 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc086.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 __export ShouldSucceed Group Ring;
3 1 _mone :: __forall [a] {Group a} => a ;
4 1 _mzero :: __forall [a] {Group a} => a ;
5 1 _nt :: __forall [a] {Ring a} => a -> a -> a ;
6 1 class Group a where {one = :: a; zero = :: a; - :: a -> a -> a; + :: a -> a -> a; fromInteger :: PrelBase.Integer -> a; compare :: a -> a -> PrelBase.Ordering} ;
7 1 class {Group a}  => Ring a where {* = :: a -> a -> a} ;