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

More explicitness in evaluator return type #247

Merged
merged 1 commit into from
Jun 6, 2020

Conversation

edwinb
Copy link
Collaborator

@edwinb edwinb commented Jun 6, 2020

Another one from the "stop trying to be clever" files :). Instead of a
continuation for fallthrough in the evaluator, be explicit about whether
there's a result, no match, or evaluation is stuck.
Fixes #70

Another one from the "stop trying to be clever" files :). Instead of a
continuation for fallthrough in the evaluator, be explicit about whether
there's a result, no match, or evaluation is stuck.
Fixes idris-lang#70
@edwinb edwinb merged commit a0d9ce2 into idris-lang:master Jun 6, 2020
@edwinb edwinb deleted the evaluator-fix branch July 25, 2021 13:07
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

Successfully merging this pull request may close these issues.

Incorrect reduction of pattern matching
1 participant