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.
dateParser
1 parent 9f22e4a commit 6023657Copy full SHA for 6023657
src/Text/Megaparsec/Time.hs
@@ -62,7 +62,8 @@ _posNumParser = read <$> some digitChar
62
-- the current day, or a 'DayOfWeek'.
63
type DayResult = Either Int DayOfWeek
64
65
--- | Parse a tuple containing a day or not, and a 'TimeOfDay'.
+-- | Parse a tuple containing a day or not, and a 'TimeOfDay', separated with a
66
+-- space.
67
68
:: Ord e
69
=> Parsec e String (Maybe DayResult, TimeOfDay)
0 commit comments