package logtk

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

Module Index.MakeLeafSource

Parameters

Signature

Sourcetype t
Sourcetype elt = X.t
Sourceval empty : t
Sourceval add : t -> Index_intf.term -> elt -> t
Sourceval remove : t -> Index_intf.term -> elt -> t
Sourceval is_empty : t -> bool
Sourceval iter : t -> (Index_intf.term -> elt -> unit) -> unit
Sourceval fold : t -> 'a -> ('a -> 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.