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

Do not normalize domains of arrows with HNF. #3251

Merged
merged 3 commits into from
Apr 24, 2024

Conversation

gebner
Copy link
Contributor

@gebner gebner commented Apr 16, 2024

let attrs = List.map (closure_as_term cfg env) b.binder_attrs in
S.mk_binder_with_attrs x imp b.binder_positivity attrs

let binders_closure_as_term cfg env (bs : binders) =
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this different from close_binders above?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I completely missed that since it didn't have closure_as in the name! I have removed the duplicate.

@mtzguido mtzguido enabled auto-merge April 24, 2024 16:17
@mtzguido mtzguido merged commit a1cb534 into master Apr 24, 2024
3 checks passed
@mtzguido mtzguido deleted the gabriel_dont_normalize_domain_hnf branch April 24, 2024 16:29
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.

Annotated function types incorrectly type-check conjunctions
2 participants