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