From dc4ebbc7ad89c9e0d3d5faed430354450e54957a Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 13 Dec 2018 19:09:57 -0600 Subject: [PATCH] doc: remove spurious line --- README.md | 1 - 1 file changed, 1 deletion(-) 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 = ()