You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are lots of built-in types in cryptol, some (but not all!) of which have built-in conversion functions to switch between them. It would be nice to add a list of the conversion functions to the manual for easy reference.
Shortlist that I know about:
toInteger
toSignedInteger
fromInteger (including overloaded types!)
fromZ
The text was updated successfully, but these errors were encountered:
There are lots of built-in types in cryptol, some (but not all!) of which have built-in conversion functions to switch between them. It would be nice to add a list of the conversion functions to the manual for easy reference.
Shortlist that I know about:
The text was updated successfully, but these errors were encountered: