yi-0.6.2.3: The Haskell-Scriptable EditorSource codeContentsIndex
Yi.Keymap.Completion
Description
This is a little helper for completion interfaces.
Documentation
data CompletionTree a Source
Constructors
CT [(a, CompletionTree a)]
show/hide Instances
stepTree :: Eq a => CompletionTree a -> a -> Maybe ([a], CompletionTree a)Source
obvious :: CompletionTree a -> ([a], CompletionTree a)Source
mergeTrees :: Ord a => [CompletionTree a] -> CompletionTree aSource
listToTree :: [a] -> CompletionTree aSource
complete :: Eq a => CompletionTree a -> [a] -> ([a], CompletionTree a)Source
Produced by Haddock version 2.6.1