package libzipperposition

  1. Overview
  2. Docs
Library for Zipperposition

Install

Dune Dependency

Authors

Maintainers

Sources

2.1.tar.gz
md5=e72de75e9f0f87da9e6e8c0a4d4c89f9
sha512=81becfc9badd686ab3692cd9312172aa4c4e3581b110e81770bb01e0ffbc1eb8495d0dd6d43b98f3d06e6b8c8a338174c13ebafb4e9849a3ddf89f9a3a72c287

doc/libzipperposition.calculi/Libzipperposition_calculi/Pred_elim/Make/argument-1-E/ProofState/TermIndex/Leaf/index.html

Module TermIndex.Leaf

type t
type elt = elt
val empty : t
val add : t -> Logtk.Index_intf.term -> elt -> t
val remove : t -> Logtk.Index_intf.term -> elt -> t
val update_leaf : t -> Logtk.Index_intf.term -> (elt -> bool) -> t
val is_empty : t -> bool
val iter : t -> (Logtk.Index_intf.term -> elt -> unit) -> unit
val fold : t -> 'a -> ('a -> Logtk.Index_intf.term -> elt -> 'a) -> 'a
val size : t -> int

Match the indexed terms against the given query term

Match the query term against the indexed terms

OCaml

Innovation. Community. Security.