mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
CCIO: fixed doc.
This commit is contained in:
parent
adf4f29714
commit
6b9636bf9b
1 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ Examples:
|
|||
*)
|
||||
|
||||
|
||||
type 'a gen = unit -> 'a option (** See {!CCGen} *)
|
||||
type 'a gen = unit -> 'a option (** See {!Gen} *)
|
||||
|
||||
(** {2 Input} *)
|
||||
|
||||
|
|
@ -129,7 +129,7 @@ See {!File.walk} if you also need to list directories:
|
|||
|
||||
{[
|
||||
# let content = CCIO.File.walk (CCIO.File.make "/tmp");;
|
||||
# CCGen.map CCIO.File.show_walk_item content |> CCIO.write_lines stdout;;
|
||||
# Gen.map CCIO.File.show_walk_item content |> CCIO.write_lines stdout;;
|
||||
]}
|
||||
*)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue