An iteratee that consumes all of the input into something that is PlusEmpty and Applicative.
An iteratee that consumes all of the input into something that is PlusEmpty and Applicative.
An iteratee that skips the first n elements of the input *
An iteratee that skips the first n elements of the input *
An iteratee that skips elements until the predicate evaluates to true.
An iteratee that skips elements until the predicate evaluates to true.
An iteratee that skips elements while the predicate evaluates to true.
An iteratee that skips elements while the predicate evaluates to true.
An iteratee that consumes the head of the input *
An iteratee that consumes the head of the input *
An iteratee that checks if the input is EOF.
An iteratee that checks if the input is EOF.
An iteratee that counts and consumes the elements of the input
An iteratee that counts and consumes the elements of the input
An iteratee that returns the first element of the input *
An iteratee that returns the first element of the input *
An iteratee that writes input to the output stream as it comes in.
An iteratee that writes input to the output stream as it comes in. Useful for debugging.