scholdoc-texmath-0.1.0.1: Scholdoc fork of texmath

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.