logtk
Logtk.Binder
logtk.parsers
logtk.proofs
The classic binders for the internal AST and various term representations.
type t =
| Exists
| Forall
| ForallTy
| Lambda
include Interfaces.HASH with type t := t
include Interfaces.EQ with type t := t
val equal : t -> t -> bool
val hash : t -> int
include Interfaces.ORD with type t := t
val compare : t -> t -> int
include Interfaces.PRINT with type t := t
val pp : t CCFormat.printer
val to_string : t -> string
val exists : t
val forall : t
val lambda : t
val forall_ty : t
module TPTP : sig ... end
module ZF : sig ... end