packages feed

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

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