Created
April 15, 2018 07:50
-
-
Save wavejumper/3279c4cd3142646e6ef5a1e5b79c8938 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [(['if cond truthy-expr] :seq)] | |
| (do (lint! (lint/refactor expr `(when ~cond ~truthy-expr))) | |
| (eval-expr `(if ~cond ~truthy-expr nil))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment