Module Logtk.Var
Variable
val make : ty:'a -> ID.t -> 'a tval of_string : ty:'a -> string -> 'a tMake a fresh ID before calling
make
val makef : ty:'a -> ('b, Format.formatter, unit, 'a t) Pervasives.format4 -> 'bval gensym : ty:'a -> unit -> 'a tval copy : 'a t -> 'a tcopy vis similar tovbut with a fresh ID
val id : _ t -> ID.tval ty : 'a t -> 'aval name : _ t -> stringval compare : _ t -> _ t -> intval equal : _ t -> _ t -> boolval hash : _ t -> intval pp : _ t CCFormat.printerval to_string : _ t -> stringval pp_full : _ t CCFormat.printerval pp_fullc : _ t CCFormat.printerWith color
module Set : sig ... endmodule Subst : sig ... end