Hi,
Doing some tests and arrived at the following scenario:
(assoc {##NaN nil} ##NaN nil)
=> {##NaN nil, ##NaN nil}
but trying to create a map like this is not possible:
{##NaN nil, ##NaN 1}
Could this be a bug in assoc? or is this the expected behavior