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

Add let-bindings to the context #38

Open
jespercockx opened this issue Aug 1, 2024 · 0 comments
Open

Add let-bindings to the context #38

jespercockx opened this issue Aug 1, 2024 · 0 comments

Comments

@jespercockx
Copy link
Owner

Currently the typing rule for let-bindings is rather weak, because the typing of the body cannot make use of the value of the let-bound variable. To make the typing of let-bindings work like it does in Agda, we'd need to have a separate entry for let-bound variables in the context that includes the value.

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

No branches or pull requests

1 participant