[project @ 1999-02-09 10:12:24 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc041.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 __export ShouldSucceed H{op1} f;
3 instance {H PrelBase.Bool} = zdfHBool;
4 1 class H a where {op1 :: a -> a -> a} ;
5 1 f :: PrelBase.Bool -> PrelBase.Int -> PrelBase.Bool ;
6 1 zdfHBool :: {H PrelBase.Bool} ;