Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mkerjean committed Oct 14, 2024
1 parent c29680a commit 68c3907
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions theories/normedtype.v
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,6 @@ HB.factory Record PseudoMetricNormedZmod_Lmodule_isNormedModule (K : numFieldTyp

HB.builders Context K V of PseudoMetricNormedZmod_Lmodule_isNormedModule K V.


(* NB: These lemmas are done latter with more machinery. They should
be be simplified once normedtype is split, and the present section can
depend on near lemmas on pseudometricnormedzmodtype ?*)
Expand Down Expand Up @@ -945,7 +944,7 @@ Variable (R : rcfType).
HB.instance Definition _ := GRing.ComAlgebra.copy R R^o.
#[export, non_forgetful_inheritance]
HB.instance Definition _ := Vector.copy R R^o.
#[export, non_forgetful_inheritance]
#[export, non_forgetful_inheritance]
HB.instance Definition _ := NormedModule.copy R R^o.
End rcfType.

Expand Down

0 comments on commit 68c3907

Please sign in to comment.