Skip to content

Commit 68c3907

Browse files
committed
clean
1 parent c29680a commit 68c3907

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

theories/normedtype.v

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,6 @@ HB.factory Record PseudoMetricNormedZmod_Lmodule_isNormedModule (K : numFieldTyp
819819

820820
HB.builders Context K V of PseudoMetricNormedZmod_Lmodule_isNormedModule K V.
821821

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

0 commit comments

Comments
 (0)