-
Notifications
You must be signed in to change notification settings - Fork 522
New issue
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
frozen sets #494
Comments
Hi @ypfmde -- is it possible to just use regular sets for your use case (until we add |
I'm using sets of frozen sets of integers. I tried to replace the frozen sets by tuples. But this fails due to missing hash values for the data type Array[int], if I understand the messages right. |
@ypfmde Use |
Merging into #608 . |
The data type
frozenset
seems to be missing in codon. Is there a good substitute?-- Peter Mueller
The text was updated successfully, but these errors were encountered: