texmath-0.11.2.2: Conversion between formats used to represent mathematics.
Text.TeXMath.Readers.TeX
Description
Functions for parsing a LaTeX formula to a Haskell representation.
readTeX :: String -> Either String [Exp] Source #
Parse a formula, returning a list of Exp.
Exp