Commit aaf1cdb 1 parent f086fac commit aaf1cdb Copy full SHA for aaf1cdb
File tree 4 files changed +6
-7
lines changed
4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ remains the sole trusted code base.
41
41
- Assia Mahboubi ([ ** @amahboubi ** ] ( https://github.com/amahboubi ) )
42
42
- Kazuhiko Sakaguchi ([ ** @pi8027 ** ] ( https://github.com/pi8027 ) )
43
43
- License: [ CeCILL-C] ( LICENSE )
44
- - Compatible Coq versions: 8.16 or later
44
+ - Compatible Coq versions: 8.18 or later
45
45
- Additional dependencies:
46
- - [ MathComp ssreflect 2.1 or later] ( https://math-comp.github.io )
46
+ - [ MathComp ssreflect 2.3 or later] ( https://math-comp.github.io )
47
47
- [ MathComp algebra] ( https://math-comp.github.io )
48
48
- [ MathComp field] ( https://math-comp.github.io )
49
49
- [ CoqEAL 2.0.4 or later] ( https://github.com/coq-community/coqeal )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ remains the sole trusted code base."""
23
23
build: [make "-j%{jobs}%"]
24
24
install: [make "install"]
25
25
depends: [
26
- "coq" {(>= "8.16 " & < "8.20 ~") | (= "dev")}
26
+ "coq" {(>= "8.18 " & < "9.1 ~") | (= "dev")}
27
27
"coq-mathcomp-ssreflect" {(>= "2.3" & < "2.4~") | (= "dev")}
28
28
"coq-mathcomp-algebra"
29
29
"coq-mathcomp-field"
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ license:
51
51
identifier : CECILL-C
52
52
53
53
supported_coq_versions :
54
- text : 8.16 or later
55
- opam : ' {(>= "8.16 " & < "8.20 ~") | (= "dev")}'
54
+ text : 8.18 or later
55
+ opam : ' {(>= "8.18 " & < "9.1 ~") | (= "dev")}'
56
56
57
57
tested_coq_opam_versions :
58
58
- version : ' 2.3.0-coq-8.20'
Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ Definition multinomial (l : seq nat) : nat :=
18
18
Arguments multinomial l : simpl never.
19
19
20
20
(* Notation under evaluation ... *)
21
- Notation "''C' [ l ]" := (multinomial l)
22
- (at level 8, format "''C' [ l ]") : nat_scope.
21
+ Notation "''C' [ l ]" := (multinomial l) : nat_scope.
23
22
24
23
(* For instance I would like to avoid double brackets, like in: *)
25
24
Check 'C[[::]].
You can’t perform that action at this time.
0 commit comments