You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to search for a function with the following signature:
List a -> Set a
But no results were returned. Is it an idea to match comparable with a as well? People who do not know comparable may get confused that there is no function to map a List to a Set.
The text was updated successfully, but these errors were encountered:
The search does not return any results as the Dict type needs two arguments. I have some plans to make this a little bit more flexible, so I'll keep this issue open as an example.
Sorry, I misread your example query and swapped Set and Dict in my head.
The changes in the aforementioned plans should improve this, but depend on some structural changes...
Thanks for reporting the issue.
I've tried to search for a function with the following signature:
But no results were returned. Is it an idea to match
comparable
witha
as well? People who do not knowcomparable
may get confused that there is no function to map aList
to aSet
.The text was updated successfully, but these errors were encountered: