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
I think printing a value would require doing something similar, unless we can specify to racket/pretty directly that it needs to indent text further.
This code looks okay to me. The problematic code should be the code that calls pretty-print, I think. That is, I expect the issue to be the way racket/pretty is used, as you say.
In this program:
I see this output:
I think the lines with the
xxxx
in them (except the first one) need to be two more spaces to the right.The text was updated successfully, but these errors were encountered: