yi-0.7.1: The Haskell-Scriptable Editor

Safe HaskellSafe-Inferred

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