package General

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = char
include Traits.Comparable.S0 with type t := t
include Traits.Comparable.Basic.S0 with type t := t
val compare : t -> t -> Compare.t
val less_than : t -> t -> bool
val less_or_equal : t -> t -> bool
val greater_than : t -> t -> bool
val greater_or_equal : t -> t -> bool
val between : t -> low:t -> high:t -> bool
val between_or_equal : t -> low:t -> high:t -> bool
val min : t -> t -> t
val max : t -> t -> t
val min_max : t -> t -> t * t
module O : Traits.Comparable.Operators.S0 with type t := t
val of_int : int -> t
val to_int : t -> int
val to_string : t -> string
val repeat : t -> len:int -> string