package stdune

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | External of External.t
  2. | In_source_dir of Source.t
val hash : t -> int
val relative : t -> string -> t
val extend_basename : t -> suffix:Filename.t -> t
val equal : t -> t -> bool
val to_dyn : t -> Dyn.t
val of_string : string -> t
val to_string : t -> string
val to_string_maybe_quoted : t -> string
val parent : t -> t option
module Table : Hashtbl.S with type key = t