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

Safe HaskellNone
LanguageHaskell2010

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.