Module Binder

module Binder: sig .. end

Binders


Since 1.0

type t = 
| Exists
| Forall
| ForallTy
| Lambda
include Interfaces.HASH
include Interfaces.ORD
include Interfaces.PRINT
val exists : t
val forall : t
val lambda : t
val forall_ty : t
module TPTP: sig .. end
module ZF: sig .. end