haskell-tools-builtin-refactorings-1.0.0.0: examples/Decl/OperatorDecl.hs
module Decl.OperatorDecl where (-!-) :: Int -> Int -> Int (-!-) a b = a + b test = (-!-) (1 -!- 2) 3
module Decl.OperatorDecl where (-!-) :: Int -> Int -> Int (-!-) a b = a + b test = (-!-) (1 -!- 2) 3