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
# Record in Fika:{name: x}# Is internally represented as{:record,{1,0,9},nil,[{{:identifier,{1,0,5},:name},{:identifier,{1,0,8},:x}}]}# Should be{:record,{1,0,9},nil,[{:name,{:identifier,{1,0,8},:x}}]}
The text was updated successfully, but these errors were encountered:
emilsoman
changed the title
Use atoms as the internal representation of keys in record types
Use atoms as the internal representation of keys in record expressions
Dec 26, 2020
Currently they are identifiers.
The text was updated successfully, but these errors were encountered: