package base_trie

  1. Overview
  2. Docs

Module Keychainable.Of_listSource

Parameters

Signature

Sourcemodule Key = Key

Keychain elements are usable as keys into ordered collections.

Keychains support iteration over each key in the chain.

The type of a keychain.

Sourcetype keychain_witness

A phantom type identifying the keychainable implementation.

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

Sourceval keychainable : (t, keychain_description) t

The implementation of the keychain type.