AshleyYakeley / Truth

Changes and Pinafore projects. Pull requests not accepted.
https://pinafore.info/
GNU General Public License v2.0
32 stars 0 forks source link

HTMLText building functions #278

Closed AshleyYakeley closed 3 weeks ago

AshleyYakeley commented 3 weeks ago
(monoid functions)
plain: Text -> HTMLText;
tag: Text -> HTMLText -> HTMLText;
tagAttrs: Text -> List (Text *: Text) -> HTMLText -> HTMLText;
asText: Prism Text HTMLText;

(all in HTMLText namespace)

AshleyYakeley commented 3 weeks ago

Done.