[project @ 2000-09-14 12:12:23 by simonpj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc052.stderr
1 __export ShouldSucceed A B C;
2 1 type A a = B   a ;
3 1 type B c = C ;
4 1 type C = PrelBase.Int ;