Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Fix typo in comma-first export list #1112

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/markup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -509,11 +509,11 @@ If you use section headings, then Haddock will generate a table of
contents at the top of the module documentation for you.

The alternative style of placing the commas at the beginning of each
line is also supported. e.g.: ::
line is not supported, but you can get close: ::

module Foo (
-- * Classes
, C(..)
C(..)
-- * Types
-- ** A data type
, T
Expand Down