mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
fix doc
This commit is contained in:
parent
8e0a14afb2
commit
e32e940798
1 changed files with 2 additions and 1 deletions
|
|
@ -94,7 +94,8 @@ val read_all : ?size:int -> in_channel -> string
|
||||||
val with_out : ?mode:int -> ?flags:open_flag list ->
|
val with_out : ?mode:int -> ?flags:open_flag list ->
|
||||||
string -> (out_channel -> 'a) -> 'a
|
string -> (out_channel -> 'a) -> 'a
|
||||||
(** Same as {!with_in} but for an output channel
|
(** Same as {!with_in} but for an output channel
|
||||||
@param flags opening flags (default [[Open_creat; Open_trunc; Open_text]]). [Open_wronly] is used in any cases *)
|
@param flags opening flags (default [[Open_creat; Open_trunc; Open_text]]).
|
||||||
|
[Open_wronly] is used in any cases *)
|
||||||
|
|
||||||
val with_out_a : ?mode:int -> ?flags:open_flag list ->
|
val with_out_a : ?mode:int -> ?flags:open_flag list ->
|
||||||
string -> (out_channel -> 'a) -> 'a
|
string -> (out_channel -> 'a) -> 'a
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue