texmath-0.12.7.1: Conversion between math formats.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.TeXMath.Readers.TeX

Description

Functions for parsing a LaTeX formula to a Haskell representation.

Synopsis

Documentation

readTeX :: Text -> Either Text [Exp] Source #

Parse a formula, returning a list of Exp.