| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Text.TeXMath.Readers.MathML
Description
Parses MathML in conformance with the MathML3 specification.
Unimplemented features:
- menclose
 - mpadded
 - mmultiscripts (etc)
 - malignmark
 - maligngroup
 - Elementary Math
 
To Improve:
- Handling of menclose
 - Handling of mstyle
 
- readMathML :: String -> Either String [Exp]