Open yav opened 1 year ago
Cryptol newtypes should be mapped to structs
newtypes
struct
We could also map Cryptol enums to Rust enums.
enum
Cryptol
newtypes
should be mapped tostruct
s