When editing using the Black Shell, we would like to see our code as it changes.
Currently (sometimes) the old shell uses display to output what has changed.
So set-pp does not output anything, but try (inline ...) does. This should be possible
to customize. Perhaps with a (hidden) MVar.
When editing using the Black Shell, we would like to see our code as it changes.
Currently (sometimes) the old shell uses
display
to output what has changed. Soset-pp
does not output anything, buttry (inline ...)
does. This should be possible to customize. Perhaps with a (hidden)MVar
.