packages feed

fourmolu-0.0.6.0: data/examples/other/argument-comment.hs

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

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

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