yi-0.11.0: The Haskell-Scriptable Editor

Portabilityportable
Stabilityexperimental
Maintaineryi-devel@googlegroups.com
Safe HaskellNone

Yi.Syntax.OnlineTree

Description

Module defining the Tree used as part of many Modes.

Documentation

data Tree a Source

Constructors

Bin (Tree a) (Tree a) 
Leaf a 
Tip 

Instances

Functor Tree 
Foldable Tree 
Traversable Tree 
IsTree Tree 
Show a => Show (Tree a) 

manyToks :: P (Tok t) (Tree (Tok t))Source

tokAtOrBefore :: Foldable t => Point -> t (Tok t1) -> Maybe (Tok t1)Source