mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
bugfix in CCIO
This commit is contained in:
parent
8e924c98be
commit
6b99433716
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ let read_lines_gen ic =
|
|||
with End_of_file -> (stop:=true; None)
|
||||
|
||||
let read_lines_seq ic =
|
||||
seq_of_gen_ (read_chunks_gen ic)
|
||||
seq_of_gen_ (read_lines_gen ic)
|
||||
|
||||
let read_lines_l ic =
|
||||
let l = ref [] in
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue