gren-lang / core

Gren's core package
https://packages.gren-lang.org/package/gren-lang/core/version/latest/overview
Other
35 stars 8 forks source link

`==` on `Value`s of different shape misbehaves #42

Open lue-bird opened 2 years ago

lue-bird commented 2 years ago

Note: It is discouraged to actively call == on js Json.Encode/Decode.Values:

Should compile-time constraints on == be introduced, Values would be disallowed from being compared, allowing these cases could be ignored.