haskell-tools-builtin-refactorings-1.0.0.0: examples/Refactor/FloatOut/MoveFixity.hs
module Refactor.FloatOut.MoveFixity where
f = 3 <+> 4
where infixl 6 <+>
a <+> b = a + bmodule Refactor.FloatOut.MoveFixity where
f = 3 <+> 4
where infixl 6 <+>
a <+> b = a + b