Skip to content

Commit

Permalink
Add a test for mihaimaruseac#607
Browse files Browse the repository at this point in the history
  • Loading branch information
toku-sa-n committed Apr 19, 2023
1 parent 178c28a commit 0e16295
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions TESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3104,6 +3104,15 @@ foo ::
foo = undefined
```

Haddock for a class method

```haskell
-- https://github.com/mihaimaruseac/hindent/issues/607
class Foo a where
-- | Doc
foo :: a
```

Module header with haddock comments

```haskell
Expand Down

0 comments on commit 0e16295

Please sign in to comment.