We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
utop # module Q = Foundation.Mpsc_queue;; utop # let q = Q.create ();; utop # Q.enqueue q 1;; utop # Q.enqueue q 2;; utop # Q.dequeue q;; - : int = 2
I think the code is confused about the behaviour of List.rev_append. I noticed this while making ocaml-multicore/eio#647.
List.rev_append
The text was updated successfully, but these errors were encountered:
Oops. Good catch! Thanks for the report.
Sorry, something went wrong.
Mpsc_queue
Successfully merging a pull request may close this issue.
I think the code is confused about the behaviour of
List.rev_append
. I noticed this while making ocaml-multicore/eio#647.The text was updated successfully, but these errors were encountered: