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 support for ADTs as termination measures #588

Closed
wants to merge 5 commits into from

Conversation

jcp19
Copy link
Contributor

@jcp19 jcp19 commented Jan 4, 2023

Add support for using ADT instances as termination measures. This is just a draft, as I will likely adapt the PR such that:

  • we introduce support for len for ADTs, which compute the rank of an ADT
  • we encode the rank function
    The advantage is that we expose rank directly to the user, allowing us to prove theorems about it more easily

@jcp19 jcp19 requested review from ArquintL and Felalolf January 4, 2023 17:05
@jcp19 jcp19 marked this pull request as ready for review January 4, 2023 20:34
@jcp19 jcp19 changed the title Add support for termination measures in ADTs Add support for ADTs as termination measures Jan 5, 2023
@jcp19 jcp19 marked this pull request as draft January 5, 2023 09:54
@jcp19 jcp19 removed request for ArquintL and Felalolf January 5, 2023 09:56
@jcp19 jcp19 closed this Jan 5, 2023
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.

1 participant