Up

Module Alias

Signature

type t
val __bin_read_t__ : (int -> t) Core.Std.Bin_prot.Read.reader
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
val hash : t -> int
val compare : t -> t -> int
module Table : sig .. end
module Hash_set : sig .. end
module Hash_queue : sig .. end
val split : t -> Path.Rel.t * string
val to_string : t -> string
val directory : t -> Path.Rel.t
val basename : t -> string
val create : dir:Path.t -> string -> t
val default : dir:Path.t -> t