typed_python icon indicating copy to clipboard operation
typed_python copied to clipboard

Make sure that `hash` is correctly implemented in the compiler for all types.

Open braxtonmckee opened this issue 6 years ago • 0 comments

We have hash implemented at the compiler level for integers, strings, bytes, floats, and TupleOf. But we need it for everything else, along with comprehensive tests for correspondence between the typed_python interpreter form of the hashes and the compiled version. You can see some implemented already in hash_compilation_test.py

braxtonmckee avatar Jul 09 '19 02:07 braxtonmckee