packages feed

ormolu-0.0.1.0: data/examples/declaration/value/function/infix/simple-out.hs

(*) :: Int -> Int -> Int
x * y = z

foo :: Int -> Int -> Int
x `foo` y = z

bar :: Int -> Int -> Int -> Int
(x `bar` y) z = z

multiline :: Int -> Int -> Int
x
  `multiline` y = z