packages feed

ormolu-0.0.1.0: data/examples/declaration/value/function/operator-sections-out.hs

foo = (0 +)

bar = (<> "hello")

baz =
  ( 1 * 2
      +
  )
    ( *
        3 ^ 5
    )

quux = (,) <$> foo <$> bar