aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/algebra
diff options
context:
space:
mode:
authorGeorges Gonthier2018-11-19 12:07:18 +0100
committerGitHub2018-11-19 12:07:18 +0100
commitb8eff1fceb2cf4466b6904b33410a64158f87bc3 (patch)
tree063fbd57d32aa8653848d8018dffd7ec5aae780d /mathcomp/algebra
parentd7eab0e77bbd8c79919a707c5844c5e6c4e4c89b (diff)
parent851d7d2dd8d968a00c2c7043ab4c1a7d5c943389 (diff)
Merge pull request #242 from anton-trunov/remove-canonical-for-mixins
Document and review the usage of canonical Equality mixins
Diffstat (limited to 'mathcomp/algebra')
-rw-r--r--mathcomp/algebra/vector.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/algebra/vector.v b/mathcomp/algebra/vector.v
index a2346a2..cda2876 100644
--- a/mathcomp/algebra/vector.v
+++ b/mathcomp/algebra/vector.v
@@ -1302,7 +1302,7 @@ Section LfunZmodType.
Variables (R : ringType) (aT rT : vectType R).
Implicit Types f g h : 'Hom(aT, rT).
-Canonical lfun_eqMixin := Eval hnf in [eqMixin of 'Hom(aT, rT) by <:].
+Definition lfun_eqMixin := Eval hnf in [eqMixin of 'Hom(aT, rT) by <:].
Canonical lfun_eqType := EqType 'Hom(aT, rT) lfun_eqMixin.
Definition lfun_choiceMixin := [choiceMixin of 'Hom(aT, rT) by <:].
Canonical lfun_choiceType := ChoiceType 'Hom(aT, rT) lfun_choiceMixin.