Treatment of Clone, and of Hash and HashMap #346
utaal
started this conversation in
Language design
Replies: 1 comment
-
|
We need to consider how When I implemented fn clone(&self) -> (other: Self)
ensures self@ === other@Proving the stronger It seems kind of tricky to have a condition like that generically, though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We need to determine the design and encoding of Clone, Hash, etc. to be able to support HashMap and HashSet.
Related pull requests with previous attempts:
#174
#308
Related archived branch: https://github.com/verus-lang/verus/tree/archive/implement_dict
Beta Was this translation helpful? Give feedback.
All reactions