diff --git a/README.md b/README.md index ad22611..3599bd2 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,6 @@ With iter, if the source structure provides a `iter` function (or a `to_iter` wrapper), it becomes: ```ocaml -# #use "src/Iter.ml";; # let q = Queue.create();; # Iter.( 1 -- 10 |> to_queue q);; - : unit = ()