packages feed

ormolu-0.0.1.0: data/examples/other/argument-comment-out.hs

foo ::
  -- | Documentation
  Int ->
  Bool
foo _ = True

foo ::
  Foo a =>
  -- | Foo
  Int ->
  Int

foo ::
  Foo a =>
  -- | Foo
  Int ->
  Int