scholdoc-texmath-0.1: Scholdoc fork of texmath
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