Module 1-Env.Ctx
val 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.t
Utils
val compare : Logtk.Term.t -> Logtk.Term.t -> Logtk.Comparison.tCompare two terms
val select : Libzipperposition.Selection.tval lost_completeness : unit -> unitTo be called when completeness is not preserved
val 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.- raises Not_found
for unknown symbols
val declare : Logtk.ID.t -> Logtk.Type.t -> unitDeclare the type of a symbol (updates signature)
val on_new_symbol : (Logtk.ID.t * Logtk.Type.t) Logtk.Signal.tval on_signature_update : Logtk.Signature.t Logtk.Signal.t
Literals
module Lit : sig ... end