-module(lustre@element@mathml). -compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch, inline]). -define(FILEPATH, "src/lustre/element/mathml.gleam"). -export([merror/2, mphantom/2, mprescripts/2, mrow/2, mstyle/2, semantics/2, mmultiscripts/2, mover/2, msub/2, msubsup/2, msup/2, munder/2, munderover/2, mroot/2, msqrt/2, annotation/2, annotation_xml/2, mfrac/2, mn/2, mo/2, mi/2, mpadded/2, ms/2, mspace/1, mtable/2, mtd/2, mtext/2, mtr/2]). -if(?OTP_RELEASE >= 27). -define(MODULEDOC(Str), -moduledoc(Str)). -define(DOC(Str), -doc(Str)). -else. -define(MODULEDOC(Str), -compile([])). -define(DOC(Str), -compile([])). -endif. -file("src/lustre/element/mathml.gleam", 23). ?DOC("\n"). -spec merror( list(lustre@vdom@vattr:attribute(XMA)), list(lustre@vdom@vnode:element(XMA)) ) -> lustre@vdom@vnode:element(XMA). merror(Attrs, Children) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"merror"/utf8>>, Attrs, Children ). -file("src/lustre/element/mathml.gleam", 31). ?DOC("\n"). -spec mphantom( list(lustre@vdom@vattr:attribute(XMG)), list(lustre@vdom@vnode:element(XMG)) ) -> lustre@vdom@vnode:element(XMG). mphantom(Attrs, Children) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"mphantom"/utf8>>, Attrs, Children ). -file("src/lustre/element/mathml.gleam", 39). ?DOC("\n"). -spec mprescripts( list(lustre@vdom@vattr:attribute(XMM)), list(lustre@vdom@vnode:element(XMM)) ) -> lustre@vdom@vnode:element(XMM). mprescripts(Attrs, Children) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"mprescripts"/utf8>>, Attrs, Children ). -file("src/lustre/element/mathml.gleam", 47). ?DOC("\n"). -spec mrow( list(lustre@vdom@vattr:attribute(XMS)), list(lustre@vdom@vnode:element(XMS)) ) -> lustre@vdom@vnode:element(XMS). mrow(Attrs, Children) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"mrow"/utf8>>, Attrs, Children ). -file("src/lustre/element/mathml.gleam", 55). ?DOC("\n"). -spec mstyle( list(lustre@vdom@vattr:attribute(XMY)), list(lustre@vdom@vnode:element(XMY)) ) -> lustre@vdom@vnode:element(XMY). mstyle(Attrs, Children) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"mstyle"/utf8>>, Attrs, Children ). -file("src/lustre/element/mathml.gleam", 63). ?DOC("\n"). -spec semantics( list(lustre@vdom@vattr:attribute(XNE)), list(lustre@vdom@vnode:element(XNE)) ) -> lustre@vdom@vnode:element(XNE). semantics(Attrs, Children) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"semantics"/utf8>>, Attrs, Children ). -file("src/lustre/element/mathml.gleam", 73). ?DOC("\n"). -spec mmultiscripts( list(lustre@vdom@vattr:attribute(XNK)), list(lustre@vdom@vnode:element(XNK)) ) -> lustre@vdom@vnode:element(XNK). mmultiscripts(Attrs, Children) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"mmultiscripts"/utf8>>, Attrs, Children ). -file("src/lustre/element/mathml.gleam", 81). ?DOC("\n"). -spec mover( list(lustre@vdom@vattr:attribute(XNQ)), list(lustre@vdom@vnode:element(XNQ)) ) -> lustre@vdom@vnode:element(XNQ). mover(Attrs, Children) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"mover"/utf8>>, Attrs, Children ). -file("src/lustre/element/mathml.gleam", 89). ?DOC("\n"). -spec msub( list(lustre@vdom@vattr:attribute(XNW)), list(lustre@vdom@vnode:element(XNW)) ) -> lustre@vdom@vnode:element(XNW). msub(Attrs, Children) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"msub"/utf8>>, Attrs, Children ). -file("src/lustre/element/mathml.gleam", 97). ?DOC("\n"). -spec msubsup( list(lustre@vdom@vattr:attribute(XOC)), list(lustre@vdom@vnode:element(XOC)) ) -> lustre@vdom@vnode:element(XOC). msubsup(Attrs, Children) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"msubsup"/utf8>>, Attrs, Children ). -file("src/lustre/element/mathml.gleam", 105). ?DOC("\n"). -spec msup( list(lustre@vdom@vattr:attribute(XOI)), list(lustre@vdom@vnode:element(XOI)) ) -> lustre@vdom@vnode:element(XOI). msup(Attrs, Children) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"msup"/utf8>>, Attrs, Children ). -file("src/lustre/element/mathml.gleam", 113). ?DOC("\n"). -spec munder( list(lustre@vdom@vattr:attribute(XOO)), list(lustre@vdom@vnode:element(XOO)) ) -> lustre@vdom@vnode:element(XOO). munder(Attrs, Children) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"munder"/utf8>>, Attrs, Children ). -file("src/lustre/element/mathml.gleam", 121). ?DOC("\n"). -spec munderover( list(lustre@vdom@vattr:attribute(XOU)), list(lustre@vdom@vnode:element(XOU)) ) -> lustre@vdom@vnode:element(XOU). munderover(Attrs, Children) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"munderover"/utf8>>, Attrs, Children ). -file("src/lustre/element/mathml.gleam", 131). ?DOC("\n"). -spec mroot( list(lustre@vdom@vattr:attribute(XPA)), list(lustre@vdom@vnode:element(XPA)) ) -> lustre@vdom@vnode:element(XPA). mroot(Attrs, Children) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"mroot"/utf8>>, Attrs, Children ). -file("src/lustre/element/mathml.gleam", 139). ?DOC("\n"). -spec msqrt( list(lustre@vdom@vattr:attribute(XPG)), list(lustre@vdom@vnode:element(XPG)) ) -> lustre@vdom@vnode:element(XPG). msqrt(Attrs, Children) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"msqrt"/utf8>>, Attrs, Children ). -file("src/lustre/element/mathml.gleam", 149). ?DOC("\n"). -spec annotation( list(lustre@vdom@vattr:attribute(XPM)), list(lustre@vdom@vnode:element(XPM)) ) -> lustre@vdom@vnode:element(XPM). annotation(Attrs, Children) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"annotation"/utf8>>, Attrs, Children ). -file("src/lustre/element/mathml.gleam", 157). ?DOC("\n"). -spec annotation_xml( list(lustre@vdom@vattr:attribute(XPS)), list(lustre@vdom@vnode:element(XPS)) ) -> lustre@vdom@vnode:element(XPS). annotation_xml(Attrs, Children) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"annotation-xml"/utf8>>, Attrs, Children ). -file("src/lustre/element/mathml.gleam", 165). ?DOC("\n"). -spec mfrac( list(lustre@vdom@vattr:attribute(XPY)), list(lustre@vdom@vnode:element(XPY)) ) -> lustre@vdom@vnode:element(XPY). mfrac(Attrs, Children) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"mfrac"/utf8>>, Attrs, Children ). -file("src/lustre/element/mathml.gleam", 173). ?DOC("\n"). -spec mn(list(lustre@vdom@vattr:attribute(XQE)), binary()) -> lustre@vdom@vnode:element(XQE). mn(Attrs, Text) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"mn"/utf8>>, Attrs, [lustre@element:text(Text)] ). -file("src/lustre/element/mathml.gleam", 178). ?DOC("\n"). -spec mo(list(lustre@vdom@vattr:attribute(XQI)), binary()) -> lustre@vdom@vnode:element(XQI). mo(Attrs, Text) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"mo"/utf8>>, Attrs, [lustre@element:text(Text)] ). -file("src/lustre/element/mathml.gleam", 183). ?DOC("\n"). -spec mi(list(lustre@vdom@vattr:attribute(XQM)), binary()) -> lustre@vdom@vnode:element(XQM). mi(Attrs, Text) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"mi"/utf8>>, Attrs, [lustre@element:text(Text)] ). -file("src/lustre/element/mathml.gleam", 188). ?DOC("\n"). -spec mpadded( list(lustre@vdom@vattr:attribute(XQQ)), list(lustre@vdom@vnode:element(XQQ)) ) -> lustre@vdom@vnode:element(XQQ). mpadded(Attrs, Children) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"mpadded"/utf8>>, Attrs, Children ). -file("src/lustre/element/mathml.gleam", 196). ?DOC("\n"). -spec ms(list(lustre@vdom@vattr:attribute(XQW)), binary()) -> lustre@vdom@vnode:element(XQW). ms(Attrs, Text) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"ms"/utf8>>, Attrs, [lustre@element:text(Text)] ). -file("src/lustre/element/mathml.gleam", 201). ?DOC("\n"). -spec mspace(list(lustre@vdom@vattr:attribute(XRA))) -> lustre@vdom@vnode:element(XRA). mspace(Attrs) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"mspace"/utf8>>, Attrs, [] ). -file("src/lustre/element/mathml.gleam", 206). ?DOC("\n"). -spec mtable( list(lustre@vdom@vattr:attribute(XRE)), list(lustre@vdom@vnode:element(XRE)) ) -> lustre@vdom@vnode:element(XRE). mtable(Attrs, Children) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"mtable"/utf8>>, Attrs, Children ). -file("src/lustre/element/mathml.gleam", 214). ?DOC("\n"). -spec mtd( list(lustre@vdom@vattr:attribute(XRK)), list(lustre@vdom@vnode:element(XRK)) ) -> lustre@vdom@vnode:element(XRK). mtd(Attrs, Children) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"mtd"/utf8>>, Attrs, Children ). -file("src/lustre/element/mathml.gleam", 222). ?DOC("\n"). -spec mtext(list(lustre@vdom@vattr:attribute(XRQ)), binary()) -> lustre@vdom@vnode:element(XRQ). mtext(Attrs, Text) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"mtext"/utf8>>, Attrs, [lustre@element:text(Text)] ). -file("src/lustre/element/mathml.gleam", 227). ?DOC("\n"). -spec mtr( list(lustre@vdom@vattr:attribute(XRU)), list(lustre@vdom@vnode:element(XRU)) ) -> lustre@vdom@vnode:element(XRU). mtr(Attrs, Children) -> lustre@element:namespaced( <<"http://www.w3.org/1998/Math/MathML"/utf8>>, <<"mtr"/utf8>>, Attrs, Children ).