yi-0.6.5.0: The Haskell-Scriptable Editor

Safe HaskellSafe-Infered

Yi.Syntax.OnlineTree

Documentation

data Tree a Source

Constructors

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

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

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