Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-09-20 | use PrettyPrinter more | stuebinm | 1 | -1/+5 | |
2021-09-19 | some properties require non-empty layers | stuebinm | 1 | -2/+8 | |
2021-09-19 | support for properties that aren't strings | stuebinm | 1 | -0/+6 | |
apparently i couldn't read or something? | |||||
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) |