Skip to content

Commit abf04e2

Browse files
authored
Merge pull request #120 from math-comp/rocq21611
Adapt to rocq-prover/rocq#21611
2 parents a9a6ca8 + 871a436 commit abf04e2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/freeg.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Module FreegDefs.
9292
Canonical prefreeg_equiv_direct := defaultEncModRel equiv.
9393

9494
Definition type := {eq_quot equiv}.
95-
Definition type_of of phant G & phant K := type.
95+
Definition type_of & phant G & phant K := type.
9696

9797
Notation "{ 'freeg' K / G }" := (type_of (Phant G) (Phant K)).
9898

src/monalg.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Reserved Notation "'{' 'mmorphism' M '->' S '}'"
5252
(M at level 98, format "{ 'mmorphism' M -> S }").
5353

5454
(* -------------------------------------------------------------------- *)
55-
HB.mixin Record Choice_isMonomialDef V of Choice V := {
55+
HB.mixin Record Choice_isMonomialDef V & Choice V := {
5656
one : V;
5757
mul : V -> V -> V;
5858
mulmA : associative mul;
@@ -77,7 +77,7 @@ Local Notation "*%M" := (@mmul _) : function_scope.
7777
Local Notation "x * y" := (mmul x y) : monom_scope.
7878

7979
(* -------------------------------------------------------------------- *)
80-
HB.mixin Record MonomialDef_isConomialDef V of MonomialDef V := {
80+
HB.mixin Record MonomialDef_isConomialDef V & MonomialDef V := {
8181
mulmC : commutative (@mul V)
8282
}.
8383

0 commit comments

Comments
 (0)