You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!).