We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82e5ed commit c763548Copy full SHA for c763548
src/Text/Grammar/Distributor.hs
@@ -49,7 +49,7 @@ embedded in Haskell, with combinators:
49
* pattern matching `>?`, `>?<`
50
* alternation `<|>`
51
* sequencing `>*<`, `>*`, `*<`
52
-* Kleene's combinators `optionalP`, `manyP`, `someP`
+* Kleene quantifiers `optionalP`, `manyP`, `someP`
53
* any character `anyToken`
54
* regular predicates `inClass`, `notInClass`, `inCategory`, `notInCategory`
55
* nonregular predicate `satisfy`
0 commit comments