Guest User

Untitled

a guest
May 25th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. (def state-tester
  2. (new-tester (whitelist (constantly '(true))) ; we want everything to be true
  3. (blacklist (function-matcher 'def 'def*))))
  4.  
  5. (defn has-state? [form]
  6. (not (state-tester form nil)))
Add Comment
Please, Sign In to add comment