yi-0.7.2: The Haskell-Scriptable Editor

Safe HaskellNone

Yi.Syntax.Latex

Documentation

isNoise :: Token -> BoolSource

type Expr t = [Tree t]Source

data Tree t Source

Constructors

Paren t (Tree t) t 
Atom t 
Error t 
Expr (Expr t) 

Instances

Foldable Tree 
IsTree Tree 
Show t => Show (Tree t) 

isSpecial :: [Char] -> Token -> BoolSource

isBegin :: Token -> BoolSource

isEnd :: Token -> BoolSource