I found myself needing the following today, and it was noticeably
missing from core.clj --- any reason not to include it?

(defn boolean?
  "Returns true if b is a Boolean (i.e., true or false)"
  [b]
  (instance? Boolean b))

Peace,

    -tree

-- 
Tom Emerson
[EMAIL PROTECTED]
http://www.dreamersrealm.net/~tree

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to