We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96f6650 + bdd3634 commit 0e5c39fCopy full SHA for 0e5c39f
src/flatland/useful/debug.clj
@@ -28,7 +28,7 @@
28
wrap a form with ?, and the form will be printed alongside
29
its result. The result will still be passed along."
30
[val]
31
- (interrogate-form `(print) val))
+ (interrogate-form `(#(do (print %) (flush))) val))
32
33
(defmacro ^{:dont-test "Complicated to test, and should work if ? does"}
34
?!
0 commit comments