package patoline

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type uchar = int
type t = uchar
type index = int
exception Out_of_bound
val of_char : char -> uchar
val to_char : uchar -> char
val of_int : int -> uchar
val to_int : uchar -> int
val code : uchar -> int
val chr : int -> uchar
module UMap : sig ... end
val is_space : uchar -> bool