texmath-0.12.2: Conversion between formats used to represent mathematics.
Safe HaskellNone
LanguageHaskell2010

Text.TeXMath.Readers.MathML

Description

Parses MathML in conformance with the MathML3 specification.

Unimplemented features:

  • mpadded
  • malignmark
  • maligngroup
  • Elementary Math

To Improve:

  • Handling of menclose
  • Handling of mstyle
Synopsis

Documentation

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

Parse a MathML expression to a list of Exp.