fae35885fa18a2c86fca78e23b2dbb44d09851d1
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc024.stderr
1 __export ShouldSucceed k main s;
2 1 k :: __forall [t t1] => t -> t1 -> t ;
3 1 main :: __forall [t] => t -> t ;
4 1 s :: __forall [t t1 t2] => (t -> t2 -> t1) -> (t -> t2) -> t -> t1 ;