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