package plebeia

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = string
val equal : string -> string -> bool
val to_string : 'a -> 'b
val pp : Format.formatter -> string -> unit
val encode : char -> int
val decode : int -> char
val to_segment : string -> Segment.t
val of_segment : Segment.t -> string option
val test : string -> unit