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 90816b9 commit eda2750Copy full SHA for eda2750
src/Course/Parser.hs
@@ -345,7 +345,7 @@ list =
345
-- | Return a parser that produces at least one value from the given parser then
346
-- continues producing a list of values from the given parser (to ultimately produce a non-empty list).
347
--
348
--- /Tip:/ Use @(=<<)@, @list@ and @pure@.
+-- /Tip:/ Use @(.:.)@, @list@ and @pure@.
349
350
-- >>> parse (list1 (character)) "abc"
351
-- Result >< "abc"
0 commit comments