package plebeia

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t

Type of file and directory names

val equal : t -> t -> bool
val to_string : t -> string
val pp : Format.formatter -> t -> unit
val to_segment : t -> Segment.t
val of_segment : Segment.t -> t option
val test : string -> unit