[project @ 1999-01-23 17:57:35 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc082.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 __export ShouldSucceed f Normal{normal};
3 instance __forall [a b] => {Normal (a -> b)} = _gNormalmg;
4 1 _gNormalmg :: __forall [a b] => {Normal (a -> b)} ;
5 1 class Normal a where {normal :: a -> PrelBase.Bool} ;
6 1 f :: __forall [t] => t -> PrelBase.Bool ;