package logtk

  1. Overview
  2. Docs
On This Page
  1. Binders for Logic
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Logtk.BinderSource

Binders for Logic

The classic binders for the internal AST and various term representations.

  • since 1.5
Sourcetype t =
  1. | Exists
  2. | Forall
  3. | ForallTy
  4. | Lambda
include Interfaces.HASH with type t := t
include Interfaces.EQ with type t := t
Sourceval equal : t -> t -> bool
Sourceval hash : t -> int
include Interfaces.ORD with type t := t
Sourceval compare : t -> t -> int
include Interfaces.PRINT with type t := t
Sourceval to_string : t -> string
Sourceval exists : t
Sourceval forall : t
Sourceval lambda : t
Sourceval forall_ty : t
Sourcemodule TPTP : sig ... end
Sourcemodule ZF : sig ... end
OCaml

Innovation. Community. Security.