packages feed

ormolu-0.9.0.0: data/examples/declaration/value/function/case-comment-between-alt-and-where-out.hs

foo =
  case x of
    _ -> 1
  -- comment
  where
    x = 1