Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can Isabelle's custom functions and data types be combined with the C-parser? #756

Open
riyuejiuzhao opened this issue May 24, 2024 · 0 comments
Labels

Comments

@riyuejiuzhao
Copy link

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

@lsf37 lsf37 added the question label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants