Problem: though printing errors right now kind of works, we want to make this even nicer by e.g. pretty-printing Chars, which make up the majority of out current usecases. This will print special characters in a readable manner.
Solution: based on a newer version of YatimaStdLib, switched error printing to a new Printable type class. Also cleaned up the rest a bit.
Problem: though printing errors right now kind of works, we want to make this even nicer by e.g. pretty-printing
Char
s, which make up the majority of out current usecases. This will print special characters in a readable manner.Solution: based on a newer version of YatimaStdLib, switched error printing to a new Printable type class. Also cleaned up the rest a bit.