7b5d46034533641642bb54fe9e2fa1d4078cef23
[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 ;