yi-0.8.1: The Haskell-Scriptable Editor

Safe HaskellNone
LanguageHaskell2010

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