You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I may be mistaken, but IIUC, one aspect of tagged literals is that one can arrange to have a function operate upon whatever was tagged to produce an arbitrary value.
On the "Reader" page at clojure.org, there is this text:
With master (83cd988) and fix-names (72abf7e) for a map in a tagged literal, I get:
That looks good.
However, for a set, I get:
I may be mistaken, but IIUC, one aspect of tagged literals is that one can arrange to have a function operate upon whatever was tagged to produce an arbitrary value.
On the "Reader" page at clojure.org, there is this text:
via: https://clojure.org/reference/reader#tagged_literals
It's not clear to me if there are any restrictions as to what the form can be. I had assumed that pretty much anything can be made to work.
The text was updated successfully, but these errors were encountered: