chenglou changed the topic of #reasonml to: https://reasonml.github.io. Channel logs at https://irclog.whitequark.org/reasonml. Discord: https://discord.gg/reasonml
_whitelogger has joined #reasonml
_whitelogger has joined #reasonml
cods has quit [Quit: gloups]
cods has joined #reasonml
<cods> Say I have: let obj: {. "name": string, "type": string} = {"name": "foo", "type": "bar"}; I can use obj##name to reach the "name" property, but obj##type gives a syntax error (since "type" is a language keyword). How to access it?
<cods> it is obj##_type