yi-0.6.2.4: The Haskell-Scriptable Editor

Yi.Keymap.Completion

Description

This is a little helper for completion interfaces.

Documentation

data CompletionTree a Source

Constructors

CT [(a, CompletionTree a)] 

Instances

complete :: Eq a => CompletionTree a -> [a] -> ([a], CompletionTree a)Source