summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/T13050p.hs
blob: 351da3563c6bfecd3503b8a2567db43620ec4361 (plain)
1
2
3
4
5
6
7
8
9
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

h x y = x ` _  `   y
r x y = x  `  _a ` y