packages feed

fourmolu-0.2.0.0: data/examples/declaration/value/function/operator-sections-four-out.hs

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

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