Skip to content

Commit

Permalink
Add support for Coq 8.20 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nfsaavedra authored Oct 18, 2024
1 parent b718d1c commit 17a16bc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- "8.17.1"
- "8.18.0"
- "8.19.2"
- "8.20.0"

steps:
- name: Checkout
Expand Down
3 changes: 3 additions & 0 deletions coqpyt/tests/proof_file/expected/imports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ proofs:
- "8.19.x":
text: "Notation \"∀ x .. y , P\" := (forall x, .. (forall y, P) ..) (at level 10, x binder, y binder, P at level 200, format \"'[ ' '[ ' ∀ x .. y ']' , '/' P ']'\") : type_scope."
type: NOTATION
"8.20.x":
text: "Notation \"∀ x .. y , P\" := (forall x, .. (forall y, P) ..) (at level 10, x binder, y binder, P at level 200, format \"'[ ' '[ ' ∀ x .. y ']' , '/' P ']'\") : type_scope."
type: NOTATION
default:
text: "Notation \"∀ x .. y , P\" := (forall x, .. (forall y, P) ..) (at level 200, x binder, y binder, right associativity, format \"'[ ' '[ ' ∀ x .. y ']' , '/' P ']'\") : type_scope."
type: NOTATION
Expand Down
6 changes: 6 additions & 0 deletions coqpyt/tests/proof_file/expected/valid_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ proofs:
- "8.19.x":
text: "Notation \"∀ x .. y , P\" := (forall x, .. (forall y, P) ..) (at level 10, x binder, y binder, P at level 200, format \"'[ ' '[ ' ∀ x .. y ']' , '/' P ']'\") : type_scope."
type: NOTATION
"8.20.x":
text: "Notation \"∀ x .. y , P\" := (forall x, .. (forall y, P) ..) (at level 10, x binder, y binder, P at level 200, format \"'[ ' '[ ' ∀ x .. y ']' , '/' P ']'\") : type_scope."
type: NOTATION
default:
text: "Notation \"∀ x .. y , P\" := (forall x, .. (forall y, P) ..) (at level 200, x binder, y binder, right associativity, format \"'[ ' '[ ' ∀ x .. y ']' , '/' P ']'\") : type_scope."
type: NOTATION
Expand Down Expand Up @@ -367,6 +370,9 @@ proofs:
- "8.19.x":
text: "Notation \"∀ x .. y , P\" := (forall x, .. (forall y, P) ..) (at level 10, x binder, y binder, P at level 200, format \"'[ ' '[ ' ∀ x .. y ']' , '/' P ']'\") : type_scope."
type: NOTATION
"8.20.x":
text: "Notation \"∀ x .. y , P\" := (forall x, .. (forall y, P) ..) (at level 10, x binder, y binder, P at level 200, format \"'[ ' '[ ' ∀ x .. y ']' , '/' P ']'\") : type_scope."
type: NOTATION
default:
text: "Notation \"∀ x .. y , P\" := (forall x, .. (forall y, P) ..) (at level 200, x binder, y binder, right associativity, format \"'[ ' '[ ' ∀ x .. y ']' , '/' P ']'\") : type_scope."
type: NOTATION
Expand Down

0 comments on commit 17a16bc

Please sign in to comment.