package logtk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include LogtkInterfaces.PRINT with type t := t
val pp : Buffer.t -> t -> unit
val to_string : t -> string
val fmt : Format.formatter -> t -> unit
include LogtkInterfaces.PRINT_DE_BRUIJN with type t := t and type term := t and type print_hook := print_hook
val pp_depth : ?hooks:print_hook list -> int -> Buffer.t -> t -> unit
val true_ : t

tautology term

val false_ : t

tautology term

antilogy term

val not_ : t
val and_ : t
val or_ : t
val imply : t
val equiv : t
val xor : t
val forall : t
val exists : t
val eq : t
val neq : t
val mk_not : t -> t
val mk_and : t -> t -> t
val mk_or : t -> t -> t
val mk_imply : t -> t -> t
val mk_equiv : t -> t -> t
val mk_xor : t -> t -> t
val mk_eq : t -> t -> t
val mk_neq : t -> t -> t
val mk_and_list : t list -> t
val mk_or_list : t list -> t