diff options
| author | Cyril Cohen | 2019-04-03 13:44:32 +0200 |
|---|---|---|
| committer | GitHub | 2019-04-03 13:44:32 +0200 |
| commit | 6bfadd75cc6dbcc1b6a29b2607e413f87c418c90 (patch) | |
| tree | c3699bf13ef3119e011f3168f98644718b882d26 /mathcomp/algebra/countalg.v | |
| parent | 9209c4414b22ead6b5a70d6f2bfb460b1ad26728 (diff) | |
| parent | 7ab5c99ab4c2ecfd55702a4279392f067652e357 (diff) | |
Merge pull request #291 from pi8027/finalg-hierarchy
Fix inheritances from countalg to finalg
Diffstat (limited to 'mathcomp/algebra/countalg.v')
| -rw-r--r-- | mathcomp/algebra/countalg.v | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mathcomp/algebra/countalg.v b/mathcomp/algebra/countalg.v index f82a231..962a296 100644 --- a/mathcomp/algebra/countalg.v +++ b/mathcomp/algebra/countalg.v @@ -762,6 +762,8 @@ Coercion countComUnitRingType : type >-> ComUnitRing.type. Canonical countComUnitRingType. Coercion idomainType : type >-> GRing.IntegralDomain.type. Canonical idomainType. +Coercion countIdomainType : type >-> IntegralDomain.type. +Canonical countIdomainType. Coercion fieldType : type >-> GRing.Field.type. Canonical fieldType. Coercion countFieldType : type >-> Field.type. @@ -794,4 +796,4 @@ End CountRing. Import CountRing. Export Zmodule.Exports Ring.Exports ComRing.Exports UnitRing.Exports. Export ComUnitRing.Exports IntegralDomain.Exports. -Export Field.Exports DecidableField.Exports ClosedField.Exports.
\ No newline at end of file +Export Field.Exports DecidableField.Exports ClosedField.Exports. |
