packages feed

haskell-tools-refactor-0.5.0.0: examples/Refactor/FloatOut/MoveFixity_res.hs

module Refactor.FloatOut.MoveFixity where

f = 3 <+> 4
infixl 6 <+>
a <+> b = a + b