Closed
Description
openedon Jun 6, 2019
From the readme:
if they have the same values stored and inserted in the same order, they will be considered strictly equal
This is surprising to me. Contrast python dicts or Purescript records.
It's also just a weird path-dependence in values: I would not expect it to matter if I construct something by doing (const { a: 0 }) with .b = 1
or (const { b: 1 }) with .a = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment