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
A dictionary could be added without any modification to Wyrd by using lists of (cons KEY_TYPE VALUE_TYPE).
KEY TYPE would have to be a comparable type (same as with a set).
The text was updated successfully, but these errors were encountered:
This conflicts with structure declaration in Fate, as those as referred to as dictionaries. Putting this as a V1 milestone to avoid having to break backward compatibility right away.
Enough has been done to ensure that backward compatibility will not be broken. Actual implementation of this feature is not urgent and can wait for the milestone following a stable release.
A dictionary could be added without any modification to Wyrd by using lists of
(cons KEY_TYPE VALUE_TYPE)
.KEY TYPE would have to be a comparable type (same as with a
set
).The text was updated successfully, but these errors were encountered: