Skip to content

Fix incorrect numbering in Control.Monad.Cont#180

Merged
L0neGamer merged 1 commit intohaskell:masterfrom
meipp:incorrect-numbering-for-hackage-docs
Apr 9, 2026
Merged

Fix incorrect numbering in Control.Monad.Cont#180
L0neGamer merged 1 commit intohaskell:masterfrom
meipp:incorrect-numbering-for-hackage-docs

Conversation

@meipp
Copy link
Copy Markdown
Contributor

@meipp meipp commented Apr 9, 2026

This fixes #177 : Incorrect numbering for Hackage docs

The implicit numbering was broken so we switched to explicit enumeration. We switched to 1., 2., 3. numbering over (1), (2), (3) numbering to stay consistent accross the code base.

This fixes haskell#177: Incorrect numbering for Hackage docs

The implicit numbering was broken so we switched to explicit enumeration.
We switched to 1., 2., 3. numbering over (1), (2), (3) numbering to stay
consistent accross the code base.
@L0neGamer
Copy link
Copy Markdown
Collaborator

L0neGamer commented Apr 9, 2026

Could you show a picture of the new documentation? And have you checked for similar issues elsewhere?

@meipp
Copy link
Copy Markdown
Contributor Author

meipp commented Apr 9, 2026

Could you show a picture of the new documentation?

image

@meipp
Copy link
Copy Markdown
Contributor Author

meipp commented Apr 9, 2026

And have you checked for similar issues elsewhere?

This has been the only instance in the code base of an enumerated list where the author left it up to haddock to do the counting (i.e. they wrote, (1), (1), (1) and expected haddock to make it (1), (2), (3)). All other occurrences of enumerated lists have already been of the form (1), (2), (3).

I have not checked for similar problems in other repos.

@L0neGamer L0neGamer merged commit 7a8b358 into haskell:master Apr 9, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect numbering for Hackage docs

3 participants