package colibri2

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Builtin : sig ... end
include Colibri2_core.Value.S with type s = Colibri2_stdlib.Std.A.t

nodevalue

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 : ?basename:string -> s -> t

Return a nodevalue from a valueantical term. Basename is used only for debug

val node : t -> Colibri2_core.Node.t

Return a class from a nodevalue

val value : t -> s

Return the value from a nodevalue

val nodevalue : t -> Colibri2_core.Value.t
val of_nodevalue : Colibri2_core.Value.t -> t option
val of_value : s -> Colibri2_core.Value.t
val coerce_nodevalue : Colibri2_core.Value.t -> t
val coerce_value : Colibri2_core.Value.t -> s
val init : Colibri2_core.Egraph.wt -> unit
val int_sequence : Z.t Base.Sequence.t
val unsigned_bitv : int -> Colibri2_stdlib.Std.A.t -> Z.t
val signed_bitv : int -> Colibri2_stdlib.Std.A.t -> Z.t
OCaml

Innovation. Community. Security.