haskell-tools-builtin-refactorings-1.0.0.0: 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