StackHeapModel.Locationval mk_smt : Constant.t -> tval mk_nil : Stdlib.Int.t -> tval mk_ls : Stdlib.Int.t -> tinclude 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 Logic_sig.SORTED with type t := t and module Sort := Sortval get_sort : t -> Astral_internal.Sort.tval has_sort : Astral_internal.Sort.t -> t -> boolval show_with_sort : t -> string