sneaky structural equality 🐍🧌 #8
Loading…
x
Reference in New Issue
Block a user
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?