Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-09-18 | moved types into Types.hs | stuebinm | 1 | -1/+1 | |
it's almost as if there's some structure to this code! | |||||
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) |