package base_trie

  1. Overview
  2. Docs

Parameters

module Impl : Impl

Signature

module Key = Impl.Key

Keychain elements are usable as keys into ordered collections.

module Iterator = Impl.Iterator

Keychains support iteration over each key in the chain.

type t = Iterator.seq

The type of a keychain.

type keychain_witness = Impl.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.