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

Probable bug with ctxtFromTypedPattern in abs and let cases #97

Open
dorchard opened this issue Feb 19, 2019 · 0 comments
Open

Probable bug with ctxtFromTypedPattern in abs and let cases #97

dorchard opened this issue Feb 19, 2019 · 0 comments
Assignees
Labels

Comments

@dorchard
Copy link
Member

(mostly notes to myself)

I suspect there is a potential for bugs coming from the use of the ctxtFromTypedPattern function when checking/synthing local patterns for lambdas, because ctxtFromTypedPattern generates a predicate relating to the pattern and it also generates a contextual predicate which goes on the head of the tail of the stack (cadr). However in local contexts this contextual predicate needs handling separately (local implication for abs, and immediate use for let).

@dorchard dorchard self-assigned this Feb 19, 2019
@dorchard dorchard added the bug label Feb 19, 2019
dorchard added a commit that referenced this issue Feb 19, 2019
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

1 participant