texmath-0.5.0.1: Conversion of LaTeX math formulas to MathML.

Text.TeXMath.Types

Description

Types for representing a structured formula.

Documentation

data TeXSymbolType Source

Constructors

Ord 
Op 
Bin 
Rel 
Open 
Close 
Pun 
Accent 

type ArrayLine = [[Exp]]Source