yi-0.6.2.4: The Haskell-Scriptable Editor

Yi.Syntax.Latex

Documentation

type Expr t = [Tree t]Source

data Tree t Source

Constructors

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

Instances