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
To be precise, ! is always translated to a call to Not::not except for the built-in cases, which are bool and integers. What's missing is the implementation of the builtin for integers.
Btw that should be straightforard to add as long as you know the correct fstar/coq/etc operator to translate it to.
Given
Running
charon --print-llbc
yieldsand running
aeneas -dest out -backend lean
then results inFir reference,
yields
and
more or less as expected (although having something other than an axiom would be nice).
The text was updated successfully, but these errors were encountered: