term-rewriting-rs icon indicating copy to clipboard operation
term-rewriting-rs copied to clipboard

update pretty printing to work for both applicative and non-applicative special cases

Open joshrule opened this issue 7 years ago • 0 comments

It would be nice to update pretty printing to work for both applicative and non-applicative uses of our special case data structures. For example lists constructed with cons/2 or with cons/0 and ./2 should both print nicely (but not lists which mix these two approaches!).

joshrule avatar Sep 28 '18 14:09 joshrule