package trie

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

trie tree This module implements strict impure trie tree data structure.

module type Intf = sig ... end
module Make (H : Hashtbl.HashedType) : Intf with type path = H.t list