package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Base.Type_equal.Id end with module Uid := Base.Type_equal.Id.Uid
type 'a t = 'a Base__Type_equal.Id.t
val sexp_of_t : ('a -> Base__.Ppx_sexp_conv_lib.Sexp.t) -> 'a t -> Base__.Ppx_sexp_conv_lib.Sexp.t
val uid : 'a t -> Base.Type_equal.Id.Uid.t
val create : name:string -> ('a -> Base__.Sexp.t) -> 'a t
val hash : 'a t -> int
val name : 'a t -> string
val to_sexp : 'a t -> 'a -> Base__.Sexp.t
val hash_fold_t : Base__.Hash.state -> 'a t -> Base__.Hash.state
val same : 'a t -> 'b t -> bool
val same_witness : 'a t -> 'b t -> ('a, 'b) Base__Type_equal.equal option
val same_witness_exn : 'a t -> 'b t -> ('a, 'b) Base__Type_equal.equal
module Uid : sig ... end
OCaml

Innovation. Community. Security.