sneaky structural equality 🐍🧌 #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There is a
memfunction in multiple module:List,Array,Hashtbl, ...For Hashtbl, I believe this could be easily fixed by simpled hiding the
Hashtblmodule and only exposingHashtbl.Make? For the others, what should we do, hideList.memand encourage users to writeList.existsinstead?