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

Generalize saw-core primitive fix to support polymorphic recursion. #1319

Merged
merged 1 commit into from
Jun 4, 2021

Conversation

brianhuffman
Copy link
Contributor

Old type:
primitive fix : (a : sort 0) -> (a -> a) -> a;

New type:
primitive fix : (a : sort 1) -> (a -> a) -> a;

Fixes #1318.

Old type:
  primitive fix : (a : sort 0) -> (a -> a) -> a;

New type:
  primitive fix : (a : sort 1) -> (a -> a) -> a;

Fixes #1318.
@brianhuffman brianhuffman added the ready-to-merge If at least one person approves this PR, automatically merge it when CI finishes successfully. label Jun 4, 2021
@mergify mergify bot merged commit d43e8e4 into master Jun 4, 2021
@mergify mergify bot deleted the saw-core-polymorphic-recursion branch June 4, 2021 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge If at least one person approves this PR, automatically merge it when CI finishes successfully.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cryptol-saw-core translator produces ill-typed terms from polymorphic recursive functions
2 participants