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
When verifying C code, some functions are difficult to verify, but I can ensure their correctness through other means. Therefore, I hope to directly implement the functionality of these functions in Isabelle and use them to verify other functions that use these functions. How should I proceed?
I tried to remove the function definition in the C language and define one myself, but the result shows: Duplicate constant declaration.
How should I solve this issue?
Thanks
The text was updated successfully, but these errors were encountered:
When verifying C code, some functions are difficult to verify, but I can ensure their correctness through other means. Therefore, I hope to directly implement the functionality of these functions in Isabelle and use them to verify other functions that use these functions. How should I proceed?
I tried to remove the function definition in the C language and define one myself, but the result shows: Duplicate constant declaration.
How should I solve this issue?
Thanks
The text was updated successfully, but these errors were encountered: