packages feed

fourmolu-0.20.0.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