package odoc

  1. Overview
  2. Docs
type t = file
val create : directory:Directory.t -> name:string -> t
val dirname : t -> Directory.t
val basename : t -> t
val set_ext : string -> t -> t
val has_ext : string -> t -> bool
val of_string : string -> t
val to_string : t -> string
val read : t -> (string, [> Rresult.R.msg ]) result
module Table : Hashtbl.S with type key = t