b948554094e4a54c3e3d743272f0e6d5faef300e
[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 class Group a where {compare :: a -> a -> PrelBase.Ordering; fromInteger :: PrelBase.Integer -> a; zp :: a -> a -> a; zm :: a -> a -> a; zzero = :: a; one = :: a} ;
4 1 class {Group a}  => Ring a where {zt = :: a -> a -> a} ;
5 1 zddmone :: __forall [a] => {Group a} -> a ;
6 1 zddmzt :: __forall [a] => {Ring a} -> a -> a -> a ;
7 1 zddmzzero :: __forall [a] => {Group a} -> a ;