section ‹Tries via Functions› theory Trie_Fun imports Set_Specs begin text ‹A trie where each node maps a key to sub-tries via a function. Nice abstract model. Not efficient because of the function space.›