yi-0.12.6: The Haskell-Scriptable Editor

Safe HaskellSafe
LanguageHaskell2010

Yi.Keymap.Completion

Description

This is a little helper for completion interfaces.

Documentation

data CompletionTree a Source #

Constructors

CT [(a, CompletionTree a)] 

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