haskell-tools-refactor-1.0.1.1: 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`