packages feed

fourmolu-0.2.0.0: data/examples/declaration/value/function/do/expr-four-out.hs

quux = something $ do
    foo
    case x of
        1 -> 10
        2 -> 20
    bar
    if something
        then x
        else y
    baz