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 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 make : string -> t

hashcons

val fresh : string -> t

hashcons

always fresh

val view : t -> string

always fresh

val tag : t -> int
val pp : t Pp.pp
OCaml

Innovation. Community. Security.