diff options
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. |
