Ticket #450 (new task)
Opened 3 years ago
The substring and parseSubstring primitives could be made more bulky
| Reported by: | blamario | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Combinators | Version: | |
| Keywords: | Cc: |
Description
The substring and parseSubstring primitives use the bulk operations pourUntil and getPrefixOf only for the top-level string. Then they switch to the old algorithm that checks for overlaps. This is a kludge, it must be possible to generalize the test definition.
Note: See
TracTickets for help on using
tickets.
