term-indexing
Term_indexing.Intf
module type Hashed = sig ... end
Hashable, totally ordered, printable types
module type Signature = sig ... end
The type of signatures of first-order terms.
module type Map = sig ... end
The module type of finite maps.
module type Pattern = sig ... end
The module type of patterns.
module type Term_core = sig ... end
Term_core specifies the core types and operations related to first-order terms.
Term_core
module type Term = sig ... end
The module type of first-order terms
module type Subst = sig ... end
The module type of substitutions
module type Term_index = sig ... end