texmath-0.6.1.3: Conversion of LaTeX math formulas to MathML or OMML.

Safe HaskellNone

Text.TeXMath.Parser

Description

Functions for parsing a LaTeX formula to a Haskell representation.

Synopsis

Documentation

parseFormula :: String -> Either String [Exp]Source

Parse a formula, returning a list of Exp.