Skip to content

Commit 17a16bc

Browse files
authored
Add support for Coq 8.20 (#53)
1 parent b718d1c commit 17a16bc

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- "8.17.1"
1818
- "8.18.0"
1919
- "8.19.2"
20+
- "8.20.0"
2021

2122
steps:
2223
- name: Checkout

coqpyt/tests/proof_file/expected/imports.yml

+3
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@ proofs:
170170
- "8.19.x":
171171
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."
172172
type: NOTATION
173+
"8.20.x":
174+
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."
175+
type: NOTATION
173176
default:
174177
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."
175178
type: NOTATION

coqpyt/tests/proof_file/expected/valid_file.yml

+6
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ proofs:
201201
- "8.19.x":
202202
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."
203203
type: NOTATION
204+
"8.20.x":
205+
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."
206+
type: NOTATION
204207
default:
205208
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."
206209
type: NOTATION
@@ -367,6 +370,9 @@ proofs:
367370
- "8.19.x":
368371
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."
369372
type: NOTATION
373+
"8.20.x":
374+
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."
375+
type: NOTATION
370376
default:
371377
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."
372378
type: NOTATION

0 commit comments

Comments
 (0)