packages feed

fourmolu-0.0.6.0: data/examples/declaration/value/function/operator-sections.hs

foo = (0  +)
bar = ( <> "hello" )
baz =
    ( 1 * 2
      + )
    ( *
      3 ^ 5)

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