summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T14590.hs
blob: f687d52deab54c394285545776788c192bbf7dc3 (plain)
1
2
3
4
5
6
7
module T14590 where

f1, f2, f3, f4 :: Int -> Int -> Int
f1 x y = (x `_`)  y
f2 x y = (x `_a`) y
f3 x y = (`_`  x) y
f4 x y = (`_a` x) y