package trie

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

Module TrieSource

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

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

Innovation. Community. Security.