We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The comparison and equality operations in the Universal namespace are not adequate for List, Map, Set, Tuple, etc.
Universal
List
Map
Set
Tuple
Given that we don't have type classes in Unison yet, we need to come up with an interim design for these that is as ergonomic as possible.
The text was updated successfully, but these errors were encountered:
@runarorama Issue Triage status check?
Sorry, something went wrong.
No progress on this. Without implicits or type classes, I don't think it's possible to have a very ergonomic design here.
runarorama
No branches or pull requests
The comparison and equality operations in the
Universal
namespace are not adequate forList
,Map
,Set
,Tuple
, etc.Given that we don't have type classes in Unison yet, we need to come up with an interim design for these that is as ergonomic as possible.
The text was updated successfully, but these errors were encountered: