haskell-tools-builtin-refactorings-1.0.0.0: examples/Refactor/RenameDefinition/WrongName.hs
{-# LANGUAGE TypeOperators #-}
module Refactor.RenameDefinition.WrongName where
f :: Int -> Int
f x = x
data X = X
data a .+. b = a :+: b
(+++) = (+)