V1.Keychain_unstablemodule Key : Base.Comparator.SKeychain elements are usable as keys into ordered collections.
module Iterator : Trie.Iterator.S0 with type elt = Key.tKeychains support iteration over each key in the chain.
type t = Iterator.seqThe type of a keychain.
type keychain_description =
keychain_witness
* Key.t
* Key.comparator_witness
* Iterator.t
* Iterator.iterator_witnessA compound type used in the Keychainable.t argument normally hidden by a GADT.
val keychainable : (t, keychain_description) Trie.Keychainable.tThe implementation of the keychain type.