enso/distribution/lib/Standard
Pavel Marek 4076a64f33
NaN can be used as a key in Map (#6301)
`Number.nan` can be used as a key in `Map`. This PR basically implements the support for [JavaScript's Same Value Zero Equality](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness#same-value-zero_equality) so that `Number.nan` can be used as a key in `Map`.

# Important Notes
- For NaN, it holds that `Meta.is_same_object Number.nan Number.nan`, and `Number.nan != Number.nan` - inspired by JS spec.
- `Meta.is_same_object x y` implies `Any.== x y`, except for `Number.nan`.
2023-04-20 09:25:36 +00:00
..
Base/0.0.0-dev NaN can be used as a key in Map (#6301) 2023-04-20 09:25:36 +00:00
Database/0.0.0-dev Add split and tokenize to the Table. (#6233) 2023-04-14 16:03:02 +00:00
Examples/0.0.0-dev Remove old (Java) Regex library and replace with new (Truffle) library. (#6195) 2023-04-04 19:58:26 +00:00
Geo/0.0.0-dev Fix up some type signatures... (#5979) 2023-03-17 11:53:23 +00:00
Google_Api/0.0.0-dev New documentation parser (#5917) 2023-03-15 15:43:51 +00:00
Image/0.0.0-dev Add PRIVATE so function hidden from Component Browser and other tidying... (#6207) 2023-04-05 17:54:06 +00:00
Searcher/0.0.0-dev Detect conflicts between exported types and FQNs (#5986) 2023-03-21 21:09:41 +00:00
Table/0.0.0-dev Add split and tokenize to the Table. (#6233) 2023-04-14 16:03:02 +00:00
Test/0.0.0-dev sort handles incomparable values (#5998) 2023-04-16 16:40:12 +02:00
Visualization/0.0.0-dev Add PRIVATE so function hidden from Component Browser and other tidying... (#6207) 2023-04-05 17:54:06 +00:00