Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Add skip_while, take_while #6

Open
biboudis opened this issue Nov 27, 2016 · 0 comments
Open

Add skip_while, take_while #6

biboudis opened this issue Nov 27, 2016 · 0 comments

Comments

@biboudis
Copy link
Member

The sigs are fairly standard as @OlivierNicole proposed it

ocaml val take_while : ('a code -> bool code) -> 'a stream -> 'a stream val skip_while : ('a code -> bool code) -> 'a stream -> 'a stream

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant