aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/algebra/ssrint.v
diff options
context:
space:
mode:
authorKazuhiko Sakaguchi2019-10-30 14:40:23 +0100
committerCyril Cohen2019-12-11 14:26:52 +0100
commit44e8df83ad4e4394a96c15c787405cdea8931074 (patch)
tree20d4068c0d84639e7c2237b063c385d9f86c110f /mathcomp/algebra/ssrint.v
parentd913820cc104a43117604469dc47fca7114a98bd (diff)
Rename: (l|L)attice -> (d|D)istrLattice
Diffstat (limited to 'mathcomp/algebra/ssrint.v')
-rw-r--r--mathcomp/algebra/ssrint.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/algebra/ssrint.v b/mathcomp/algebra/ssrint.v
index b85f0bc..fabe541 100644
--- a/mathcomp/algebra/ssrint.v
+++ b/mathcomp/algebra/ssrint.v
@@ -431,7 +431,7 @@ End intOrdered.
End intOrdered.
Canonical int_porderType := POrderType ring_display int intOrdered.Mixin.
-Canonical int_latticeType := LatticeType int intOrdered.Mixin.
+Canonical int_distrLatticeType := DistrLatticeType int intOrdered.Mixin.
Canonical int_orderType := OrderType int intOrdered.lez_total.
Canonical int_numDomainType := NumDomainType int intOrdered.Mixin.
Canonical int_normedZmodType := NormedZmoduleType int int intOrdered.Mixin.