Skip to content

Commit 34f663a

Browse files
garesCohenCyril
authored andcommitted
fix CI on old coq-elpi
1 parent f595e9a commit 34f663a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/infer.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ HB.mixin Record foom T := {
66

77
HB.structure Definition foo := { T of foom T }.
88

9-
HB.instance Definition _ := foom.Build nat plus.
9+
HB.instance Definition i := foom.Build nat plus.
1010

1111
HB.mixin Record barm (P : foo.type) (T : indexed Type) := {
1212
law : P -> T

0 commit comments

Comments
 (0)