Equations
- Unicode.instToStringScript = { toString := fun (s : Unicode.Script) => toString "" ++ toString s.name ++ toString " " ++ toString s.properties ++ toString "" }
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Unicode.Script.names = Array.map (fun (x : Unicode.Script) => x.name) Unicode.ScriptProperties.data