Module

Data.Trie

Package
purescript-trie
Repository
paulyoung/purescript-trie

#Trie Source

newtype Trie

Constructors

Instances

#fromPath Source

#union Source

union :: Trie -> Trie -> Trie

#unions Source

unions :: forall f. Foldable f => f (Trie) -> Trie
Modules
Data.Trie