(reader-conditional? value)
Return true if the value is the data representation of a reader conditional
Source
(defn
reader-conditional?
"Return true if the value is the data representation of a reader conditional"
[value]
(instance? ReaderConditional value))