aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/algebra/ssrint.v
diff options
context:
space:
mode:
authorPierre-Yves Strub2020-01-30 10:54:10 +0100
committerGitHub2020-01-30 10:54:10 +0100
commit7d04173b52cf02717b8f8e8c13bb7c3521de7e89 (patch)
tree1d350743e8bf7a8fbebcfba6cbdba447750768ee /mathcomp/algebra/ssrint.v
parentd3f5e11aa1bbdf6ee4a111bf4641d162d289340f (diff)
parent2d98f0cd2a5f69d2b3da77b738376cc812510ec7 (diff)
Merge pull request #453 from pi8027/experiment/order-nondistr-lattice
Non-distributive lattice structures
Diffstat (limited to 'mathcomp/algebra/ssrint.v')
-rw-r--r--mathcomp/algebra/ssrint.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/mathcomp/algebra/ssrint.v b/mathcomp/algebra/ssrint.v
index dd72017..3903609 100644
--- a/mathcomp/algebra/ssrint.v
+++ b/mathcomp/algebra/ssrint.v
@@ -431,6 +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.