mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 03:05:29 -05:00
doc: remove spurious line
This commit is contained in:
parent
f30223c583
commit
dc4ebbc7ad
1 changed files with 0 additions and 1 deletions
|
|
@ -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 = ()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue