File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
7777Local 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
You can’t perform that action at this time.
0 commit comments