haskell-tools-refactor-1.0.1.1: examples/Pattern/Backtick.hs
module Pattern.Backtick where
data Point = Point { x :: Prelude.Int, y :: Int }
f (x `Point` y) = 0
module Pattern.Backtick where
data Point = Point { x :: Prelude.Int, y :: Int }
f (x `Point` y) = 0