diff options
| author | affeldt-aist | 2019-11-14 20:49:44 +0900 |
|---|---|---|
| committer | Cyril Cohen | 2019-12-11 14:26:52 +0100 |
| commit | b3261c9020105f3c6667697b22ca8a542271bc4c (patch) | |
| tree | f7c6918d64decf70ce01d0bf5d21e868532402a8 /mathcomp/algebra/rat.v | |
| parent | 050ad8395fb250e9396b7a376a75c523567e177c (diff) | |
renaming NormedZmoduleType and NormedZmoduleMixin (#416)
* renaming
NormedZmoduleType -> NormedZmodType
NormedZmoduleMixin -> NormedZmodMixin
that looks more homogeneous with regard to naming conventions used so far
* update .gitlab-ci.yml
* typo
Diffstat (limited to 'mathcomp/algebra/rat.v')
| -rw-r--r-- | mathcomp/algebra/rat.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mathcomp/algebra/rat.v b/mathcomp/algebra/rat.v index 15cc4fc..14b5035 100644 --- a/mathcomp/algebra/rat.v +++ b/mathcomp/algebra/rat.v @@ -576,7 +576,7 @@ Canonical rat_porderType := POrderType ring_display rat ratLeMixin. Canonical rat_distrLatticeType := DistrLatticeType rat ratLeMixin. Canonical rat_orderType := OrderType rat le_rat_total. Canonical rat_numDomainType := NumDomainType rat ratLeMixin. -Canonical rat_normedZmodType := NormedZmoduleType rat rat ratLeMixin. +Canonical rat_normedZmodType := NormedZmodType rat rat ratLeMixin. Canonical rat_numFieldType := [numFieldType of rat]. Canonical rat_realDomainType := [realDomainType of rat]. Canonical rat_realFieldType := [realFieldType of rat]. @@ -811,7 +811,7 @@ Qed. Require setoid_ring.Field_theory setoid_ring.Field_tac. -Lemma rat_field_theory : +Lemma rat_field_theory : Field_theory.field_theory 0%Q 1%Q addq mulq subq oppq divq invq eq. Proof. split => //; first exact rat_ring_theory. |
