packages feed

ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/T13050.hs

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