yi-0.11.2: The Haskell-Scriptable Editor

Safe HaskellSafe-Inferred
LanguageHaskell2010

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