File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 20
20
matrix :
21
21
image :
22
22
- ' mathcomp/mathcomp-dev:coq-dev'
23
+ - ' mathcomp/mathcomp:1.14.0-coq-8.15'
24
+ - ' mathcomp/mathcomp:1.14.0-coq-8.14'
23
25
- ' mathcomp/mathcomp:1.13.0-coq-8.15'
24
26
- ' mathcomp/mathcomp:1.13.0-coq-8.14'
25
27
- ' mathcomp/mathcomp:1.13.0-coq-8.13'
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ build: ["dune" "build" "-p" name "-j" jobs]
20
20
depends: [
21
21
"dune" {>= "2.5"}
22
22
"coq" {(>= "8.10" & < "8.16~") | (= "dev")}
23
- "coq-mathcomp-ssreflect" {(>= "1.11" & < "1.14 ~") | (= "dev")}
23
+ "coq-mathcomp-ssreflect" {(>= "1.11" & < "1.15 ~") | (= "dev")}
24
24
]
25
25
26
26
tags: [
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ supported_coq_versions:
54
54
dependencies :
55
55
- opam :
56
56
name : coq-mathcomp-ssreflect
57
- version : ' {(>= "1.11" & < "1.14 ~") | (= "dev")}'
57
+ version : ' {(>= "1.11" & < "1.15 ~") | (= "dev")}'
58
58
description : |-
59
59
[MathComp](https://math-comp.github.io) 1.11.0 or later (`ssreflect` suffices)
60
60
@@ -69,6 +69,10 @@ tested_coq_nix_versions:
69
69
tested_coq_opam_versions :
70
70
- version : ' coq-dev'
71
71
repo : ' mathcomp/mathcomp-dev'
72
+ - version : ' 1.14.0-coq-8.15'
73
+ repo : ' mathcomp/mathcomp'
74
+ - version : ' 1.14.0-coq-8.14'
75
+ repo : ' mathcomp/mathcomp'
72
76
- version : ' 1.13.0-coq-8.15'
73
77
repo : ' mathcomp/mathcomp'
74
78
- version : ' 1.13.0-coq-8.14'
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ Definition plus l1 l2 : dlang char := [pred w | (w \in l1) || (w \in l2)].
91
91
Definition residual x l : dlang char := [pred w | x :: w \in l].
92
92
93
93
(** For the concatenation of two decidable languages, we use finite
94
- types. Note that we need to use [L1 ] and [L2 ] applicatively in order
94
+ types. Note that we need to use [l1 ] and [l2 ] applicatively in order
95
95
for the termination check for [star] to succeed. *)
96
96
97
97
Definition conc l1 l2 : dlang char :=
You can’t perform that action at this time.
0 commit comments