package logtk
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Core types and algorithms for logic
Install
dune-project
Dependency
Authors
Maintainers
Sources
2.0.tar.gz
md5=7a8e57388083ed763d12d18324c8a086
sha512=5c5ac312ada6b42907d1e91e349454a8375f7bf8165d3459721a40b707a840a3d6b3dc968a66f1040cb4de7aedf5c1c13f3e90b51337eae5ea6de41651d7bd63
doc/logtk.proofs/Logtk_proofs/LLTerm/index.html
Module Logtk_proofs.LLTerm
Terms For Proofs
type var = t Logtk.HVar.tmodule Int_op : sig ... endmodule Rat_op : sig ... endtype view = | Type| Const of Logtk.ID.t| App of t * t(*curried application
*)| Arrow of t * t(*functional arrow
*)| Var of var(*bound 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 Z.t linexp * Int_op.t| Rat_pred of Q.t linexp * Rat_op.t
type term = ttype ty = tmodule type LINEXP = sig ... endlinear expressions
module Linexp_int : LINEXP with type num = Z.tmodule Linexp_rat : LINEXP with type num = 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 sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page