yi-0.7.1: The Haskell-Scriptable Editor

Safe HaskellNone

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