yi-0.8.1: The Haskell-Scriptable Editor

Safe HaskellNone
LanguageHaskell2010

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