package stdune

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = int
val compare : t -> t -> Ordering.t
val equal : t -> t -> bool
val hash : t -> int
val to_dyn : t -> Dyn.t
include Comparable_intf.S with type key := t
module Map : sig ... end
module Set : sig ... end
val of_string_exn : string -> t
val of_string : string -> t option
val to_string : t -> string
module Infix : Comparator.OPS with type t = t