mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 11:15:32 -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:
|
`iter` function (or a `to_iter` wrapper), it becomes:
|
||||||
|
|
||||||
```ocaml
|
```ocaml
|
||||||
# #use "src/Iter.ml";;
|
|
||||||
# let q = Queue.create();;
|
# let q = Queue.create();;
|
||||||
# Iter.( 1 -- 10 |> to_queue q);;
|
# Iter.( 1 -- 10 |> to_queue q);;
|
||||||
- : unit = ()
|
- : unit = ()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue