Logtk_proofs.LLTermtype var = t Logtk.HVar.tmodule Int_op : sig ... endmodule Rat_op : sig ... endtype view = | Type| Const of Logtk.ID.t| App of t * tcurried application
*)| Arrow of t * tfunctional arrow
*)| Var of varbound var
*)| Bind of {binder : Logtk.Binder.t;ty_var : t;body : t;}| AppBuiltin of Logtk.Builtin.t * t list| Ite of t * t * t| Int_pred of Logtk_arith.Z.t linexp * Int_op.t| Rat_pred of Logtk_arith.Q.t linexp * Rat_op.ttype term = ttype ty = tmodule type LINEXP = sig ... endlinear expressions
module Linexp_int : LINEXP with type num = Logtk_arith.Z.tmodule Linexp_rat : LINEXP with type num = Logtk_arith.Q.tval hash : t -> intval is_type : t -> boolval t_type : tyval const : ty:ty -> Logtk.ID.t -> tval bind : ty:ty -> Logtk.Binder.t -> ty_var:ty -> t -> tval app_builtin : ty:ty -> Logtk.Builtin.t -> t list -> tval builtin : ty:ty -> Logtk.Builtin.t -> tval int_pred : Linexp_int.t -> Int_op.t -> tval rat_pred : Linexp_rat.t -> Rat_op.t -> tval bool : tyval pp : t CCFormat.printerval pp_inner : t CCFormat.printermodule Form : sig ... endmodule Conv : sig ... end