loopbreaker-0.1.1.0: src/Loopbreaker/Utils.hs
module Loopbreaker.Utils ( (.:) ) where (.:) :: (c -> d) -> (a -> b -> c) -> a -> b -> d (.:) = (.).(.)
module Loopbreaker.Utils ( (.:) ) where (.:) :: (c -> d) -> (a -> b -> c) -> a -> b -> d (.:) = (.).(.)