packages feed

ormolu-0.8.1.1: data/examples/declaration/value/function/case-single-line-with-braces-out.hs

getValue :: Maybe Int -> Int
getValue x = case x of Just n -> n; Nothing -> 0