Sawscript panics when nominal types are used in baked in Cryptol libraries. #2230
Labels
missing cryptol features
Issues about features in Cryptol that don't work in SAW
subsystem: cryptol-saw-core
Issues related to Cryptol -> saw-core translation with cryptol-saw-core
tech debt
Issues that document or involve technical debt
type: bug
Issues reporting bugs or unexpected/unwanted behavior
Sawscript panics when nominal types are used in baked in Cryptol libraries.
Problem
Originally, this bug manifests itself as described here Support importing Cryptol enums into SAWCore #2052 (comment), but the problem is not enums.
With some browsing around, we get the same panic when any nominal type (even struct, which should be supported) is used in any baked in Cryptol libraries that
saw
imports, e.g.,deps/cryptol/lib/Cryptol.cry
E.g., if one adds this code to that.../Cryptol.cry
:The text was updated successfully, but these errors were encountered: