package colibri2

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

ThTerm allows to associates an OCaml type to a uniq Node.t using an indexing table

Unique keys associated to each kind of ThTerm

module type S = sig ... end

Generic value which units all the theory terms

include Colibri2_popop_lib.Popop_stdlib.Datatype
val hash_fold_t : t Base.Hash.folder
module S : Colibri2_popop_lib.Map_intf.Set with type 'a M.t = 'a M.t and type M.key = M.key
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 index : ('a, _) Kind.t -> 'a -> t

Return the corresponding node from a theory term

val node : t -> Node.t

Returns the node associated to this theory term

OCaml

Innovation. Community. Security.