package libzipperposition

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module TermIndex.LeafSource

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

Match the indexed terms against the given query term

Match the query term against the indexed terms

OCaml

Innovation. Community. Security.