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

Update Equations tutorial for coq-equations 1.3.1 #68

Closed
wants to merge 1 commit into from

Conversation

Lysxia
Copy link

@Lysxia Lysxia commented Oct 28, 2024

I had trouble building these files with coq-equations 1.3.1+8.20.

There's a Fail timeout which no longer fails, so the surrounding text should be updated, but I'm not familiar with the details myself.

@@ -424,7 +423,7 @@ ack (S m) (S n) := ack m (ack (S m) n).

Definition ack_min {m n} : n < ack m n.
Proof.
Fail timeout 5 (funelim (ack m n)).
Timeout 5 (funelim (ack m n)).
Copy link
Author

Choose a reason for hiding this comment

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

How to change the explanation of this part?

@thomas-lamiaux
Copy link
Collaborator

As mentioned in #67 the version supported at the moment is 8.19 not 8.20.
Sorry we should have mentioned more clearly.

Btw for Equations there has been a bunch of changes from 8.19 to 8.20 so it will require more changes to the tutorials to port it to 8.20

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.

2 participants