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
{{ message }}
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.
In several Coq lemmas I use a as the name for function arguments that have address types. I should go through, find these places, and change them to either the same argument name as the source C code or to something clearer like addr or ipaddr when there isn't an analogous variable in the source.
The text was updated successfully, but these errors were encountered:
As per discussion in #36
In several Coq lemmas I use
a
as the name for function arguments that have address types. I should go through, find these places, and change them to either the same argument name as the source C code or to something clearer likeaddr
oripaddr
when there isn't an analogous variable in the source.The text was updated successfully, but these errors were encountered: