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've found it useful to use (m/app #(doto % prn) ?x) in both pattern and substitution for debugging meander expressions. I think a m/spy feature would be helpful to new users who might not realize this is possible.
I've found it useful to use
(m/app #(doto % prn) ?x)in both pattern and substitution for debugging meander expressions. I think am/spyfeature would be helpful to new users who might not realize this is possible.