[project @ 1999-09-16 19:26:01 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc100.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 __export ShouldCompile C D{DD} D_;
3 1 newtype D a = DD (D_  a) ;
4 1 type C a = D   a -> a ;
5 1 type D_ a = C   (PrelMaybe.Maybe a) ;