package plebeia

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Fs_impl.Name8bits end
type t = string

Type of file and directory names

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