We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1eac443 + 62fa8f0 commit 1b12d1bCopy full SHA for 1b12d1b
theories/ind.v
@@ -366,7 +366,7 @@ Hint Unfold arg_class_map : deriving.
366
367
Definition pack_decl_inst
368
n (D : declaration n) (Di : decl_inst n Equality.sort n)
369
- of phant_id D (untag_decl (decl_inst_sort Di)) := Di.
+ & phant_id D (untag_decl (decl_inst_sort Di)) := Di.
370
371
Unset Universe Polymorphism.
372
@@ -592,7 +592,7 @@ Hint Extern 2 (find_idx ?m ?Ts ?T _ _) =>
592
593
Definition pack_indType
594
T (Ts : indDef) i e
595
- of find_idx (Ind.Def.n Ts) Ts T i e :=
+ & find_idx (Ind.Def.n Ts) Ts T i e :=
596
Ind.Pack (@Ind.Mixin T Ts i e).
597
598
Notation IndType T Ts := (@pack_indType T Ts _ _ _).
0 commit comments