Unified operators #3810
joakin
started this conversation in
Ideas & suggestions
Replies: 1 comment 1 reply
-
What problems would this solve for Gleam given it doesn't have the number types problem that ReScript does with its many number types? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just came across this in the rescript compiler rescript-lang/rescript#7057
It seems like this could fit Gleams simple design while improving the usability of operators on predefined types without devolving into polymorphism hell.
Here is a copypasta of the summary there
Beta Was this translation helpful? Give feedback.
All reactions