[project @ 1999-01-23 17:57:35 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc052.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 __export ShouldSucceed A B C;
3 1 type A a = B a ;
4 1 type B c = C ;
5 1 type C = PrelBase.Int ;