Skip to content
Snippets Groups Projects
Commit c2b84c0c authored by Simon Hengel's avatar Simon Hengel
Browse files

State intention rather than implementation details in Haddock comment

parent b4b25f5b
No related branches found
No related tags found
No related merge requests found
......@@ -331,7 +331,7 @@ moreContent :: Monoid a => Parser a
-> Parser ([String], Either (DocH mod Identifier) a)
moreContent item = first . (:) <$> nonEmptyLine <*> more item
-- | Runs the 'parseParas' parser on an indented paragraph.
-- | Parses an indented paragraph.
-- The indentation is 4 spaces.
indentedParagraphs :: Parser (DocH mod Identifier)
indentedParagraphs = parseParas . concat <$> dropFrontOfPara " "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment