Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Buf_read.{seq,lines} and Dir.{load,save} convenience functions #163

Merged
merged 1 commit into from
Jan 30, 2022

Conversation

talex5
Copy link
Collaborator

@talex5 talex5 commented Jan 29, 2022

This makes it easy to load and save whole files, or to read a file line by line.

Also, adds at_end_of_input and renames eof to end_of_input to match Angstrom.

Also, fix a bug in traceln where partially applying it resulting in multiple uses sharing the same buffer.

This makes it easy to load and save whole files, or to read a file
line by line.

Also, adds `at_end_of_input` and renames `eof` to `end_of_input` to
match Angstrom.

Also, fix a bug in `traceln` where partially applying it resulted in
multiple uses sharing the same buffer.
@talex5 talex5 merged commit 01a8a28 into ocaml-multicore:main Jan 30, 2022
@talex5 talex5 deleted the seq branch January 30, 2022 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant