packages feed

ormolu-0.3.1.0: data/examples/declaration/value/function/pattern/multiple-guard-statements.hs

foobarbar :: Int -> Bool
foobarbar | x <- 5, y <- 6 = case x of
  5 -> True
  _ -> False