[project @ 2001-03-29 14:33:37 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc066.stderr
1 __export ShouldSucceed Pair{MkPair} f;
2 1 data Pair a b = MkPair a b ;
3 1 f :: __forall [a b] => [Pair a b] -> [b] ;