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

15 lines
141 B
Haskell

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