Equations
- Lean.Xml.Attributes = Lean.RBMap String String compare
Instances For
Equations
- One or more equations did not get rendered due to their size.
- Element (name : String) (attributes : Lean.Xml.Attributes) (content : Array Lean.Xml.Content) : Lean.Xml.Element
Instances For
- Element (element : Lean.Xml.Element) : Lean.Xml.Content
- Comment (comment : String) : Lean.Xml.Content
- Character (content : String) : Lean.Xml.Content
Instances For
Equations
- Lean.Xml.instInhabitedContent = { default := Lean.Xml.Content.Comment default }
Equations
- Lean.Xml.instToStringElement = { toString := Lean.Xml.eToString✝ }
Equations
- Lean.Xml.instToStringContent = { toString := Lean.Xml.cToString✝ }