[project @ 2001-03-29 14:33:37 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc021.stderr
1 __export ShouldSucceed a f x;
2 1 a :: __forall [t t1] => (t, t1) ;
3 1 f :: __forall [t t1 t2] => t -> (t1, t2) ;
4 1 x :: __forall [t] => t ;