MemoryModel.StructDefmk struct_name constructor_name fields creates a structure consisting of given fields. Constructor name is used only for pretty-printing of pointer assertions and, by default, is the same as structure name.
val mk_tuple : int -> tmk_tuple n creates a structure consisting of fields f_1, f_2, ..., f_n; each of them of sort "tuple_n".
For internal usage only.
Creates a structure consisting of single "next" field of provided sort.
For internal usage only.
val ls : tval get_name : t -> stringval get_constructor : t -> stringval smt2_decl : t -> stringval smt2_decl_group : t list -> stringval show_cons : t -> stringinclude Datatype_sig.PRINTABLE with type t := tinclude Datatype_sig.SHOW with type t := tval pp : Stdlib.Format.formatter -> t -> unitOutput to formatter
val print : ?prefix:string -> t -> unitOutput to stdout.
val show_option : t option -> stringval print_option : ?prefix:string -> t option -> unitval dump : string -> t -> unitDump to file given by filename
val show_list : ?separator:string -> t list -> stringval pp_list : Stdlib.Format.formatter -> t list -> unitval print_list : ?separator:string -> ?prefix:string -> t list -> unitinclude Datatype_sig.COLLECTIONS with type t := tmodule Set : Datatype_sig.SET with type elt = tSet over type t
Monomorphic list over type t
module Map : Datatype_sig.MAP with type key = tPolymorphic map from t to 'a
module MonoMap
(Data : Datatype_sig.SHOW) :
Datatype_sig.MONO_MAP with type key = t and type data = Data.tMonomorphic map from t to Data.t