many package:xml-conduit

Keep parsing elements as long as the parser returns Just.
Like many, but any tags and content the consumer doesn't match on are silently ignored.
Keep parsing elements as long as the parser returns Just or the ignore parser returns Just.
Like manyIgnore, but uses yield so the result list can be streamed to downstream conduits without waiting for manyIgnoreYield to finish
Like many, but uses yield so the result list can be streamed to downstream conduits without waiting for manyYield to finish
Like many', but uses yield so the result list can be streamed to downstream conduits without waiting for manyYield' to finish
Like many but discards the results without building an intermediate list. Since 1.5.0