-
Notifications
You must be signed in to change notification settings - Fork 26
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
Use result
instead of the polymorphic equivalent
#113
Comments
That sounds like a very good idea. Patches are welcome :-) |
hannesm
added a commit
to hannesm/ocaml-vchan
that referenced
this issue
Jul 29, 2019
Closed
hannesm
added a commit
to hannesm/ocaml-vchan
that referenced
this issue
Jul 29, 2019
I submitted a PR addressing this issue as #130, happy to get it reviewed and merged! |
hannesm
added a commit
to hannesm/ocaml-vchan
that referenced
this issue
Jul 29, 2019
hannesm
added a commit
to hannesm/ocaml-vchan
that referenced
this issue
Jul 29, 2019
hannesm
added a commit
to hannesm/ocaml-vchan
that referenced
this issue
Oct 31, 2019
hannesm
added a commit
to hannesm/ocaml-vchan
that referenced
this issue
Nov 1, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice if
vchan
would use the result type rather than the equivalent polymorphic variants, for better composability withrresult
continuations:lib/port.mli
:lib/location.mli
:lib/s.mli
:The text was updated successfully, but these errors were encountered: