b996719bb9bcc6165aee8eb0f92066a5a0220437
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc023.hs
1 module ShouldSucceed where
2
3 main  = s k k 
4
5 s f g x = f x (g x)
6
7 k x y = x