summaryrefslogtreecommitdiff
path: root/lib/Util.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-18tame the stringsstuebinm1-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-16moving lots of code aroundstuebinm1-0/+27
(also renaming things now that concepts seem a bit clearer)