Module Logtk.Rewrite
Rewriting on Terms and Literals
type term= Term.ttype defined_cstPayload of a defined function symbol or type
type proof= Proof.step
val section : Util.Section.t
module Term : sig ... end
Rewriting on Literals and Clauses
module Lit : sig ... endRules in General
module Rule : sig ... endtype rule_set= Rule_set.t
Defined Constant
A constant that is defined by at least one rewrite rule
module Defined_cst : sig ... endval as_defined_cst : ID.t -> defined_cst optionval is_defined_cst : ID.t -> boolval all_cst : Defined_cst.t Iter.tval all_rules : Rule.t Iter.t