texmath-0.7.0.1: Conversion between formats used to represent mathematics.

Safe HaskellNone

Text.TeXMath.Readers.TeX

Description

Functions for parsing a LaTeX formula to a Haskell representation.

Synopsis

Documentation

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

Parse a formula, returning a list of Exp.