(def
*default-data-reader-fn*
"When no data reader is found for a tag and *default-data-reader-fn*\n is non-nil, it will be called with two arguments, the tag and the value.\n If *default-data-reader-fn* is nil (the default value), an exception\n will be thrown for the unknown tag."
(fn [tag value]))