haskell-tools-builtin-refactorings-1.0.0.0: examples/Decl/MultipleFixity.hs
module Decl.MultipleFixity where f :: Int -> Int -> Int f a b = a + b g = f infixl 6 `f`, `g` h = f infixl 5 `h`
module Decl.MultipleFixity where f :: Int -> Int -> Int f a b = a + b g = f infixl 6 `f`, `g` h = f infixl 5 `h`