package libzipperposition

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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 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