package base_trie

  1. Overview
  2. Docs

Parameters

module Impl : Impl1

Signature

type 'a seq = 'a Impl.seq

Sequential collections.

type 'a elt = 'a Impl.elt

Elements of a collection.

type 'a t = 'a Impl.t

Iterators into a collection.

type iterator_witness

The phantom type identifying this implementation.

val iterator : ('a t, 'a seq, 'a elt, iterator_witness) t
OCaml

Innovation. Community. Security.