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
Confused about this choice. There are already quite a lot of PPX attributes, and this case uses different names for different types for the same functionality. Could they both be called json.name?
Or to reduce cognitive impedance even more, use json.as which is very similar to mel.as.
The text was updated successfully, but these errors were encountered:
But they still require to remember two attributes for the same thing. Besides, they are named name and key, not json.name and json.key. So no reuse is possible (if I want to use both melange-json and one of these ppxs, i'd need to add [@name "foo"][@json.name "foo"]).
Would you be open to support json.as in addition to the existing fields?
Confused about this choice. There are already quite a lot of PPX attributes, and this case uses different names for different types for the same functionality. Could they both be called
json.name
?Or to reduce cognitive impedance even more, use
json.as
which is very similar tomel.as
.The text was updated successfully, but these errors were encountered: