package base_trie

  1. Overview
  2. Docs

Parameters

module Keychain : Listable with type elt = Key.t

Signature

module Key = Key

Keychain elements are usable as keys into ordered collections.

Keychains support iteration over each key in the chain.

type t = Iterator.seq

The type of a keychain.

type keychain_witness

A phantom type identifying the keychainable implementation.

A compound type used in the Keychainable.t argument normally hidden by a GADT.

val keychainable : (t, keychain_description) t

The implementation of the keychain type.

OCaml

Innovation. Community. Security.