module Term_indexing: sig .. end
term indexing
type term = Term.term
type literal = Term.literal
exception ITERATOR_EMPTY
Constants
val index_offset : int
the offset of an index literal.
val query_offset : int
the offset of a query literal.
Classes
class virtual ['a] data : object .. end
class virtual ['a] iterator : object .. end
class type ['a] predicate_index = object .. end
The interface for a predicate term indexing module.
class ['a] index : 'a data -> ('a data -> 'a predicate_index) -> object .. end