File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3030 paramcoq . override . version = "master" ;
3131 coqeal . job = false ; # broken in master, c.f. https://github.com/coq/coq/pull/19228
3232 } ;
33- "coq-master" . ocamlPackages = { elpi . override . version = "2.0.6 " ; } ;
33+ "coq-master" . ocamlPackages = { elpi . override . version = "2.0.7 " ; } ;
3434
3535 "coq-8.20" . coqPackages = mcHBcommon // {
3636 coq . override . version = "8.20" ;
37+ ocamlPackages = { elpi . override . version = "2.0.7" ; } ;
3738 } ;
3839
3940 "coq-8.19" . coqPackages = mcHBcommon // {
Original file line number Diff line number Diff line change 6767 {
6868 case = "8.20" ;
6969 out = {
70- version = "1.19.2 " ;
70+ version = "2.0.7 " ;
7171 } ;
7272 }
7373 ] { }
Original file line number Diff line number Diff line change @@ -71,7 +71,12 @@ env.add-const-noimplicits-failondup Name Bo Ty Opaque C :- std.do! [
7171pred env.add-section-variable-noimplicits i:id, i:term, o:constant.
7272env.add-section-variable-noimplicits Name Ty C :- std.do! [
7373 if (Name = "_") (ID is "fresh_name_" ^ {std.any->string {new_int}}) (ID = Name),
74+ % elpi:if version coq-elpi < 2.4.0
7475 @local! => coq.env.add-section-variable ID Ty C,
76+ % elpi:endif
77+ % elpi:if version coq-elpi >= 2.4.0
78+ @local! => coq.env.add-section-variable ID _ Ty C,
79+ % elpi:endif
7580 log.private.log-vernac (log.private.coq.vernac.variable ID Ty),
7681 @local! => arguments.set-implicit (const C) [[]],
7782].
You can’t perform that action at this time.
0 commit comments