We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795077a commit df93198Copy full SHA for df93198
message-index/messages/GHC-94458/illegalHaddockComment/index.md
@@ -2,7 +2,7 @@
2
title: Illegal Haddock comments for definitions in where clause
3
---
4
5
-In this example, the user tried to document the two identifiers "fizz" and "buzz" that are introduced in a local where clause.
+In this example, the user tried to document the two identifiers `fizz` and `buzz` that are introduced in a local `where` clause.
6
Since these identifiers are not part of the public API, a warning is emitted that Haddock comments are not allowed in that place.
7
A normal comment can be used instead.
8
0 commit comments