yi-0.11.0: The Haskell-Scriptable Editor

Portabilityportable
Stabilityexperimental
Maintaineryi-devel@googlegroups.com
Safe HaskellNone

Yi.Syntax.Latex

Description

Parser used by the LaTeX modes.

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

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

tokenToAnnot :: TT -> Maybe (Span String)Source

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

isBegin :: Token -> BoolSource

isEnd :: Token -> BoolSource