Module Trie.Array

Prefix and suffix tries for specified token types.

module Prefix (Tok : Token) : V2.S with type key = Tok.t array and type token = Tok.t
module Suffix (Tok : Token) : V2.S with type key = Tok.t array and type token = Tok.t