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

Generate function stubs #4726

Open
tothtamas28 opened this issue Jan 8, 2025 · 0 comments
Open

Generate function stubs #4726

tothtamas28 opened this issue Jan 8, 2025 · 0 comments

Comments

@tothtamas28
Copy link
Contributor

tothtamas28 commented Jan 8, 2025

Generate the declaration for each function symbol.

syntax Int ::= foo ( Int ) [function]

maps to

def foo (x : SortInt) : Option SortInt := sorry

For functions marked total, the Option can be later eliminated, as described under section Totality in #4552.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant