Skip to content

Commit 7bed108

Browse files
authored
fix mode signature (#492)
1 parent 47c19a6 commit 7bed108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HB/common/stdpp.elpi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ term->cs-pattern T _ :- coq.error T "HB database: is not a valid canonical key".
290290

291291

292292
% this one is in utils, maybe cs-pattern->name is not stdpp material
293-
type gref->modname-label gref -> int -> string -> string -> prop.
293+
pred gref->modname-label i:gref, i:int, i:string, o:string.
294294

295295
pred cs-pattern->name i:cs-pattern, o:string.
296296
cs-pattern->name cs-prod "prod".

0 commit comments

Comments
 (0)