[project @ 1997-07-30 23:52:45 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_succeed / tc052.stderr
1
2
3 --================================================================================
4 Typechecked:
5 {- nonrec -}
6 ghc: module version changed to 1; reason: no old .hi file
7 _interface_ ShouldSucceed 1
8 _instance_modules_
9 ArrBase IO PrelNum
10 _exports_
11 ShouldSucceed A B C;
12 _declarations_
13 1 type A r3i = B r3i ;
14 1 type B r3g = C ;
15 1 type C = PrelBase.Int ;