package ojs-base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val to_yojson : t -> Yojson.Safe.t
module Map : sig ... end
module Set : sig ... end
val dir_sep : char
val empty : t
val root : t
val is_absolute : t -> bool
val path : t -> string list
val of_string : string -> t
val to_string : t -> string
val basename : t -> string
val parent : t -> t
val append : t -> string list -> t
val append_path : t -> t -> t
val is_prefix : t -> t -> bool
val normalize : t -> t