package libzipperposition

  1. Overview
  2. Docs
Library for Zipperposition

Install

Dune Dependency

Authors

Maintainers

Sources

1.6.tar.gz
md5=97cdb2f90468e9e27c7bbe3b4fb160bb
sha512=fee73369f673a91dfa9e265fc69be08b32235e10a495f3af6477d404fcd01e3452a0d012b150f3d7f97c00af2f6045019ad039164bf698f70d771231cc4efe5d

doc/libzipperposition.calculi/Libzipperposition_calculi/Arith_int/Make/argument-1-E/Ctx/index.html

Module E.Ctx

val sk_ctx : unit -> Logtk.Skolem.ctx
val ord : unit -> Logtk.Ordering.t

current ordering on terms

val selection_fun : unit -> Libzipperposition.Selection.t

selection function for clauses

val set_selection_fun : Libzipperposition.Selection.t -> unit
val set_ord : Logtk.Ordering.t -> unit
val signature : unit -> Logtk.Signature.t

Current signature

val renaming : Logtk.Subst.Renaming.t

Utils

Compare two terms

val eta_normalize : Logtk.Term.t -> Logtk.Term.t

eta_normalize a term (expand or reduce or neutral, depending on cli options)

val lost_completeness : unit -> unit

To be called when completeness is not preserved

val is_completeness_preserved : unit -> bool

Check whether completeness was preserved so far

val add_signature : Logtk.Signature.t -> unit

Merge the given signature with the context's one

val find_signature : Logtk.ID.t -> Logtk.Type.t option

Find the type of the given symbol

val find_signature_exn : Logtk.ID.t -> Logtk.Type.t

Unsafe version of find_signature.

val declare : Logtk.ID.t -> Logtk.Type.t -> unit

Declare the type of a symbol (updates signature)

val on_new_symbol : (Logtk.ID.t * Logtk.Type.t) Logtk.Signal.t
val on_signature_update : Logtk.Signature.t Logtk.Signal.t
val set_injective_for_arg : Logtk.ID.t -> int -> unit
val is_injective_for_arg : Logtk.ID.t -> int -> bool

Literals

module Lit : sig ... end
OCaml

Innovation. Community. Security.

On This Page
  1. Utils
  2. Literals