d271659b8e838b1e0e610a61757cd371cf0bf6c3
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc103.stderr
1 __export ShouldCompile C D{DD} D_;
2 1 newtype D a = DD (D_  a) ;
3 1 type C a = D   a -> a ;
4 1 type D_ a = C   (PrelMaybe.Maybe a) ;