Skip to content

Commit 71df792

Browse files
authored
Merge pull request #308 from proux01/fix815
Fix compilation with Coq 8.15
2 parents 9529595 + 79685bc commit 71df792

File tree

4 files changed

+2
-118
lines changed

4 files changed

+2
-118
lines changed

.nix/coq-nix-toolbox.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"be976db262f1dc9f6e013153f263182e14372246"
1+
"a2aa6afce9ebfea39501cdf43a3a3bd08e557a26"

.nix/coq-overlays/coq-elpi/default.nix

Lines changed: 0 additions & 63 deletions
This file was deleted.

.nix/ocaml-overlays/elpi/default.nix

Lines changed: 0 additions & 53 deletions
This file was deleted.

HB/howto.elpi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ pp-solutions LLF :-
150150
coq.say {coq.pp->string PpSolutions},
151151
coq.say.
152152

153-
pred pp-solution i:list factoryname o:coq.pp.
153+
pred pp-solution i:list factoryname, o:coq.pp.
154154
pp-solution L (box (hov 0) PLS) :-
155155
std.map L about.pp-module PL,
156156
std.intersperse (glue [str ";", spc]) PL PLS.

0 commit comments

Comments
 (0)