Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-09-18 | tame the strings | stuebinm | 1 | -14/+24 | |
Adds a PrettyPrint typeclass which operates on Text and should replace Show, since constantly converting strings from linked lists to arrays seems somewhat silly. | |||||
2021-09-16 | moving lots of code around | stuebinm | 1 | -0/+27 | |
(also renaming things now that concepts seem a bit clearer) |