fe1a93957f6b7dcd126c56bf21e5851ed0e7a328
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc066.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 __export ShouldSucceed Pair{MkPair} f;
3 1 data Pair a b = MkPair a b ;
4 1 f :: __forall [a b] => [Pair a b] -> [b] ;