package colibri2

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module _ : sig ... end

Signature

type t = private int
include Popop_stdlib.Datatype with type t := t
include Popop_stdlib.OrderedHashedType with type t := t
val equal : t -> t -> bool
val pp : t Pp.pp
val hash_fold_t : t Base.Hash.folder
module M : Map_intf.PMap with type key = t
module S : Map_intf.Set with type 'a M.t = 'a M.t and type M.key = M.key
module H : Exthtbl.Hashtbl.S with type key = t
include Base.Hashtbl.Key.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
val sexp_of_t : t -> Sexplib0.Sexp.t
val hash : t -> int
val create : string -> t
val iter : (t -> unit) -> unit
val fold : (t -> 'a -> 'a) -> 'a -> 'a
val hint_size : unit -> int
val rename : t -> string -> unit

to use with care

OCaml

Innovation. Community. Security.