46f80b1844b3026f2fb06f79cdb6280d585ffba3
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc103.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) ;