Tree package:yi-core

Little helper for completion interfaces. Intended to be imported qualified:
import qualified Yi.CompletionTree as CT
A CompletionTree is a map of partial completions. Example: fromList ["put","putStr","putStrLn","print","abc"] Gives the following tree: / "p" "abc" / "ut" "rint" / Str "" / Ln "" (The empty strings are needed to denote the end of a word) (A CompletionTree is not limited to a binary tree)
Module defining the Tree used as part of many Modes.
Return all subtrees in a tree, in preorder.
Direct subtrees of a tree
trie to speed up tag hinting