aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/algebra/countalg.v
diff options
context:
space:
mode:
authorKazuhiko Sakaguchi2019-04-02 20:34:01 +0200
committerKazuhiko Sakaguchi2019-04-02 20:34:01 +0200
commitfa01cdf52c9af3f7e57a865a063e3d02f28cbf60 (patch)
tree1fab6add707d8bddb48424f84a00fef95e7e1dc8 /mathcomp/algebra/countalg.v
parentbeb5b00f4f35859f48f12a6e0dd9e86d65609822 (diff)
Fix inheritances in countalg and finalg (the 2nd attempt)
Diffstat (limited to 'mathcomp/algebra/countalg.v')
-rw-r--r--mathcomp/algebra/countalg.v4
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.