package libzipperposition
Library for Zipperposition
Install
dune-project
Dependency
Authors
Maintainers
Sources
2.0.tar.gz
md5=7a8e57388083ed763d12d18324c8a086
sha512=5c5ac312ada6b42907d1e91e349454a8375f7bf8165d3459721a40b707a840a3d6b3dc968a66f1040cb4de7aedf5c1c13f3e90b51337eae5ea6de41651d7bd63
doc/libzipperposition.calculi/Libzipperposition_calculi/Heuristics/Make/argument-1-E/Ctx/index.html
Module E.Ctx
val sk_ctx : unit -> Logtk.Skolem.ctxval ord : unit -> Logtk.Ordering.tcurrent ordering on terms
val selection_fun : unit -> Libzipperposition.Selection.tselection function for clauses
val set_selection_fun : Libzipperposition.Selection.t -> unitval set_ord : Logtk.Ordering.t -> unitval signature : unit -> Logtk.Signature.tCurrent signature
val renaming : Logtk.Subst.Renaming.tUtils
val compare : Logtk.Term.t -> Logtk.Term.t -> Logtk.Comparison.tCompare two terms
val select : Libzipperposition.Selection.tval add_signature : Logtk.Signature.t -> unitMerge the given signature with the context's one
val find_signature : Logtk.ID.t -> Logtk.Type.t optionFind the type of the given symbol
val find_signature_exn : Logtk.ID.t -> Logtk.Type.tUnsafe version of find_signature.
val declare : Logtk.ID.t -> Logtk.Type.t -> unitDeclare the type of a symbol (updates signature)
val declare_syms : (Logtk.ID.t * Logtk.Type.t) list -> unitDeclare multiple symbols (more efficient that calling declare function incrementally)
val on_new_symbol : (Logtk.ID.t * Logtk.Type.t) Logtk.Signal.tval on_signature_update : Logtk.Signature.t Logtk.Signal.tval set_injective_for_arg : Logtk.ID.t -> int -> unitval is_injective_for_arg : Logtk.ID.t -> int -> boolLiterals
module Lit : sig ... end