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 sometimes use print statements when debugging, and it is very annoying to have to manually disable side effect checking or rename functions every time i want to add a print statement to a ghostwheel >defn. Is there a way to globally disable side effect checking for certain statements, or just globally disable it?
The text was updated successfully, but these errors were encountered:
I sometimes use print statements when debugging, and it is very annoying to have to manually disable side effect checking or rename functions every time i want to add a print statement to a ghostwheel
>defn
. Is there a way to globally disable side effect checking for certain statements, or just globally disable it?The text was updated successfully, but these errors were encountered: