summaryrefslogtreecommitdiff
path: root/lib/Util.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tame the stringsstuebinm2021-09-181-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.
* moving lots of code aroundstuebinm2021-09-161-0/+27
(also renaming things now that concepts seem a bit clearer)