typed_python icon indicating copy to clipboard operation
typed_python copied to clipboard

Don't let Value get lists, classes, dicts, sets, or anything else mutable.

Open braxtonmckee opened this issue 4 years ago • 0 comments

Otherwise, we end up with a mutable inside of a value, which makes no sense, prevents hashing, etc etc.

braxtonmckee avatar Jul 16 '20 21:07 braxtonmckee