packages feed

fourmolu-0.0.6.0: data/examples/declaration/value/function/infix/simple.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