(tagged-literal? value)
Return true if the value is the data representation of a tagged literal
(defn tagged-literal? [value] (instance? TaggedLiteral value))