Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
complete :: Parsec Void Text a -> Parsec Void Text a Source #
Ensure a subtag extends to the next -
or end of input
Used for subtags that can match some prefix of another subtag.
For example, a
or Script
can accidentally be parsed
from the prefix of a Region
Variant
The alternative would be to use
with knowledge of
the legal characters in the next valid subtag.notFollowedBy