[project @ 1998-11-16 18:14:44 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc052.stderr
index 69084ba..baee018 100644 (file)
@@ -2,6 +2,6 @@ ghc: module version changed to 1; reason: no old .hi file
 _exports_
 ShouldSucceed A B C;
 _declarations_
-1 type A a = B a ;
-1 type B c = C ;
+1 type A $r3v = B $r3v ;
+1 type B $r3t = C ;
 1 type C = PrelBase.Int ;