Skip to content

Commit cfb4a25

Browse files
committed
Fix compilation with Coq 8.15
coq-elpi.1.14 did not accept the syntax witout commas
1 parent 9b2e996 commit cfb4a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)