summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T13050.hs
blob: d40c476dcd8bf052b50872a132c96e62fb5e17ab (plain)
1
2
3
4
5
6
module HolesInfix where

f, g, q :: Int -> Int -> Int
f x y = _ x y
g x y = x `_` y
q x y = x `_a` y