ormolu-0.0.1.0: data/examples/declaration/value/function/arrow/expression-applications-out.hs
{-# LANGUAGE Arrows #-}
foo x y = x -< y
bar f x =
f x -< -- Hello
x -- World
baz x y = x -<< y
{-# LANGUAGE Arrows #-}
foo x y = x -< y
bar f x =
f x -< -- Hello
x -- World
baz x y = x -<< y