Skip to content

Commit 1b12d1b

Browse files
authored
Merge pull request #37 from proux01/rocq21611
Adapt to rocq-prover/rocq#21611
2 parents 1eac443 + 62fa8f0 commit 1b12d1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

theories/ind.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ Hint Unfold arg_class_map : deriving.
366366

367367
Definition pack_decl_inst
368368
n (D : declaration n) (Di : decl_inst n Equality.sort n)
369-
of phant_id D (untag_decl (decl_inst_sort Di)) := Di.
369+
& phant_id D (untag_decl (decl_inst_sort Di)) := Di.
370370

371371
Unset Universe Polymorphism.
372372

@@ -592,7 +592,7 @@ Hint Extern 2 (find_idx ?m ?Ts ?T _ _) =>
592592

593593
Definition pack_indType
594594
T (Ts : indDef) i e
595-
of find_idx (Ind.Def.n Ts) Ts T i e :=
595+
& find_idx (Ind.Def.n Ts) Ts T i e :=
596596
Ind.Pack (@Ind.Mixin T Ts i e).
597597

598598
Notation IndType T Ts := (@pack_indType T Ts _ _ _).

0 commit comments

Comments
 (0)