mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
doc
This commit is contained in:
parent
fca7125c90
commit
fe0169f0b6
1 changed files with 2 additions and 1 deletions
|
|
@ -152,7 +152,8 @@ See {!File.walk} if you also need to list directories:
|
|||
module File : sig
|
||||
type 'a or_error = [`Ok of 'a | `Error of string]
|
||||
type t = string
|
||||
(** A file is always represented by its absolute path *)
|
||||
(** A file should be represented by its absolute path, but currently
|
||||
this is not enforced. *)
|
||||
|
||||
val to_string : t -> string
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue