binary icon indicating copy to clipboard operation
binary copied to clipboard

Implement a delimiter for Get's bytesRead

Open copumpkin opened this issue 11 years ago • 0 comments

Basically something like delimit :: Get a -> Get a that resets the bytesRead counter on the inner Get. This would primarily be useful in conjunction with the isolate combinator (which can then act undelimited by default, and we can modify it to be delimited if needed) or the alignment combinator I propose in #50.

copumpkin avatar Mar 16 '14 17:03 copumpkin