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
this would allow us to add a --verbose/-v flag which could emit debug info. most of the time, we probably don't want to see that.
rle emits a potentially gigantic printout of the Sto at the end of an evaluation. we probably only want that when it's necessary.
in rli, we could support toggling verbosity (and perhaps other things) inside of the REPL, so that the whole session wouldn't have to be dumped in order to switch.
The text was updated successfully, but these errors were encountered:
this would allow us to add a
--verbose
/-v
flag which could emit debug info. most of the time, we probably don't want to see that.rle
emits a potentially gigantic printout of theSto
at the end of an evaluation. we probably only want that when it's necessary.in
rli
, we could support toggling verbosity (and perhaps other things) inside of the REPL, so that the whole session wouldn't have to be dumped in order to switch.The text was updated successfully, but these errors were encountered: