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 9d1cec0 commit e79d5a3Copy full SHA for e79d5a3
src/Text/Megaparsec/Time.hs
@@ -103,7 +103,7 @@ durationParser = try hours <|> try minutes <|> secondsParser
103
104
return (m + s)
105
106
--- | Parse a Gregorian 'Day' from a @%d\/%m\/%Y@ format.
+-- | Parse a Gregorian 'Day' from a @%F@ or @%d\/%m\/%Y@ format.
107
gregorianDayParser
108
:: Ord e
109
=> Parsec e String Day
0 commit comments