leonardt / hwtypes

Python implementations of fixed size hardware types (Bit, BitVector, UInt, SInt, ...) based on the SMT-LIB2 semantics
BSD 3-Clause "New" or "Revised" License
18 stars 4 forks source link

Syntax's are not working correctly with isinstance() #116

Closed rdaly525 closed 4 years ago

rdaly525 commented 4 years ago

See the failing test test_adt_syntax in tests/test_adt.py in branch 'adt_meta'