{-# LANGUAGE OverloadedStrings #-}
module Miso.Mathml.Element
(
nodeMathml
, math_
, annotationXml_
, annotation_
, merror_
, mfrac_
, mi_
, mmultiscripts_
, mn_
, mo_
, mover_
, mpadded_
, mphantom_
, mprescripts_
, mroot_
, mrow_
, ms_
, mspace_
, msqrt_
, mstyle_
, msub_
, msubsup_
, msup_
, mtable_
, mtd_
, mtext_
, mtr_
, munder_
, munderover_
, semantics_
) where
import Miso.Html.Types
import Miso.String (MisoString)
nodeMathml :: MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml :: forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
nodeName = NS
-> MisoString -> [Attribute action] -> [View action] -> View action
forall action.
NS
-> MisoString -> [Attribute action] -> [View action] -> View action
node NS
MATHML MisoString
nodeName
annotationXml_ :: [Attribute action] -> [View action] -> View action
annotationXml_ :: forall action. [Attribute action] -> [View action] -> View action
annotationXml_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"annotation-xml"
annotation_ :: [Attribute action] -> [View action] -> View action
annotation_ :: forall action. [Attribute action] -> [View action] -> View action
annotation_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"annotation"
math_ :: [Attribute action] -> [View action] -> View action
math_ :: forall action. [Attribute action] -> [View action] -> View action
math_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"math"
merror_ :: [Attribute action] -> [View action] -> View action
merror_ :: forall action. [Attribute action] -> [View action] -> View action
merror_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"merror"
mfrac_ :: [Attribute action] -> [View action] -> View action
mfrac_ :: forall action. [Attribute action] -> [View action] -> View action
mfrac_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"mfrac"
mi_ :: [Attribute action] -> [View action] -> View action
mi_ :: forall action. [Attribute action] -> [View action] -> View action
mi_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"mi"
mmultiscripts_ :: [Attribute action] -> [View action] -> View action
mmultiscripts_ :: forall action. [Attribute action] -> [View action] -> View action
mmultiscripts_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"mmultiscripts"
mn_ :: [Attribute action] -> [View action] -> View action
mn_ :: forall action. [Attribute action] -> [View action] -> View action
mn_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"mn"
mo_ :: [Attribute action] -> [View action] -> View action
mo_ :: forall action. [Attribute action] -> [View action] -> View action
mo_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"mo"
mover_ :: [Attribute action] -> [View action] -> View action
mover_ :: forall action. [Attribute action] -> [View action] -> View action
mover_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"mover"
mpadded_ :: [Attribute action] -> [View action] -> View action
mpadded_ :: forall action. [Attribute action] -> [View action] -> View action
mpadded_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"mpadded"
mphantom_ :: [Attribute action] -> [View action] -> View action
mphantom_ :: forall action. [Attribute action] -> [View action] -> View action
mphantom_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"mphantom"
mprescripts_ :: [Attribute action] -> [View action] -> View action
mprescripts_ :: forall action. [Attribute action] -> [View action] -> View action
mprescripts_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"mprescripts"
mroot_ :: [Attribute action] -> [View action] -> View action
mroot_ :: forall action. [Attribute action] -> [View action] -> View action
mroot_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"mroot"
mrow_ :: [Attribute action] -> [View action] -> View action
mrow_ :: forall action. [Attribute action] -> [View action] -> View action
mrow_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"mrow"
ms_ :: [Attribute action] -> [View action] -> View action
ms_ :: forall action. [Attribute action] -> [View action] -> View action
ms_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"ms"
mspace_ :: [Attribute action] -> [View action] -> View action
mspace_ :: forall action. [Attribute action] -> [View action] -> View action
mspace_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"mspace"
msqrt_ :: [Attribute action] -> [View action] -> View action
msqrt_ :: forall action. [Attribute action] -> [View action] -> View action
msqrt_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"msqrt"
mstyle_ :: [Attribute action] -> [View action] -> View action
mstyle_ :: forall action. [Attribute action] -> [View action] -> View action
mstyle_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"mstyle"
msub_ :: [Attribute action] -> [View action] -> View action
msub_ :: forall action. [Attribute action] -> [View action] -> View action
msub_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"msub"
msubsup_ :: [Attribute action] -> [View action] -> View action
msubsup_ :: forall action. [Attribute action] -> [View action] -> View action
msubsup_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"msubsup"
msup_ :: [Attribute action] -> [View action] -> View action
msup_ :: forall action. [Attribute action] -> [View action] -> View action
msup_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"msup"
mtable_ :: [Attribute action] -> [View action] -> View action
mtable_ :: forall action. [Attribute action] -> [View action] -> View action
mtable_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"mtable"
mtd_ :: [Attribute action] -> [View action] -> View action
mtd_ :: forall action. [Attribute action] -> [View action] -> View action
mtd_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"mtd"
mtext_ :: [Attribute action] -> [View action] -> View action
mtext_ :: forall action. [Attribute action] -> [View action] -> View action
mtext_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"mtext"
mtr_ :: [Attribute action] -> [View action] -> View action
mtr_ :: forall action. [Attribute action] -> [View action] -> View action
mtr_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"mtr"
munder_ :: [Attribute action] -> [View action] -> View action
munder_ :: forall action. [Attribute action] -> [View action] -> View action
munder_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"munder"
munderover_ :: [Attribute action] -> [View action] -> View action
munderover_ :: forall action. [Attribute action] -> [View action] -> View action
munderover_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"munderover"
semantics_ :: [Attribute action] -> [View action] -> View action
semantics_ :: forall action. [Attribute action] -> [View action] -> View action
semantics_ = MisoString -> [Attribute action] -> [View action] -> View action
forall action.
MisoString -> [Attribute action] -> [View action] -> View action
nodeMathml MisoString
"semantics"