packages feed

ormolu-0.8.2.0: data/examples/declaration/value/function/case-with-comment-before-where-out.hs

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

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