packages feed

fourmolu-0.20.1.0: 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