haskell-tools-refactor-0.4.1.1: 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
(+++) = (+){-# LANGUAGE TypeOperators #-}
module Refactor.RenameDefinition.WrongName where
f :: Int -> Int
f x = x
data X = X
data a .+. b = a :+: b
(+++) = (+)