Copyright | (C) 2016-2025 David M. Johnson |
---|---|
License | BSD3-style (see the file LICENSE) |
Maintainer | David M. Johnson <code@dmj.io> |
Stability | experimental |
Portability | non-portable |
Safe Haskell | None |
Language | Haskell2010 |
Miso.Mathml.Element
Contents
Description
Synopsis
- nodeMathml :: MisoString -> [Attribute action] -> [View model action] -> View model action
- math_ :: [Attribute action] -> [View model action] -> View model action
- annotationXml_ :: [Attribute action] -> [View model action] -> View model action
- annotation_ :: [Attribute action] -> [View model action] -> View model action
- merror_ :: [Attribute action] -> [View model action] -> View model action
- mfrac_ :: [Attribute action] -> [View model action] -> View model action
- mi_ :: [Attribute action] -> [View model action] -> View model action
- mmultiscripts_ :: [Attribute action] -> [View model action] -> View model action
- mn_ :: [Attribute action] -> [View model action] -> View model action
- mo_ :: [Attribute action] -> [View model action] -> View model action
- mover_ :: [Attribute action] -> [View model action] -> View model action
- mpadded_ :: [Attribute action] -> [View model action] -> View model action
- mphantom_ :: [Attribute action] -> [View model action] -> View model action
- mprescripts_ :: [Attribute action] -> [View model action] -> View model action
- mroot_ :: [Attribute action] -> [View model action] -> View model action
- mrow_ :: [Attribute action] -> [View model action] -> View model action
- ms_ :: [Attribute action] -> [View model action] -> View model action
- mspace_ :: [Attribute action] -> [View model action] -> View model action
- msqrt_ :: [Attribute action] -> [View model action] -> View model action
- mstyle_ :: [Attribute action] -> [View model action] -> View model action
- msub_ :: [Attribute action] -> [View model action] -> View model action
- msubsup_ :: [Attribute action] -> [View model action] -> View model action
- msup_ :: [Attribute action] -> [View model action] -> View model action
- mtable_ :: [Attribute action] -> [View model action] -> View model action
- mtd_ :: [Attribute action] -> [View model action] -> View model action
- mtext_ :: [Attribute action] -> [View model action] -> View model action
- mtr_ :: [Attribute action] -> [View model action] -> View model action
- munder_ :: [Attribute action] -> [View model action] -> View model action
- munderover_ :: [Attribute action] -> [View model action] -> View model action
- semantics_ :: [Attribute action] -> [View model action] -> View model action
Combinator
nodeMathml :: MisoString -> [Attribute action] -> [View model action] -> View model action Source #
Elements
annotationXml_ :: [Attribute action] -> [View model action] -> View model action Source #
Since: 1.9.0.0
annotation_ :: [Attribute action] -> [View model action] -> View model action Source #
Since: 1.9.0.0
mmultiscripts_ :: [Attribute action] -> [View model action] -> View model action Source #
Since: 1.9.0.0
mprescripts_ :: [Attribute action] -> [View model action] -> View model action Source #
Since: 1.9.0.0
munderover_ :: [Attribute action] -> [View model action] -> View model action Source #
Since: 1.9.0.0