package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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, [> Or_error.msg ]) Or_error.result
module Table : Hashtbl.S with type key = t