diff options
| author | Pierre-Yves Strub | 2020-01-30 10:54:10 +0100 |
|---|---|---|
| committer | GitHub | 2020-01-30 10:54:10 +0100 |
| commit | 7d04173b52cf02717b8f8e8c13bb7c3521de7e89 (patch) | |
| tree | 1d350743e8bf7a8fbebcfba6cbdba447750768ee /mathcomp/algebra/rat.v | |
| parent | d3f5e11aa1bbdf6ee4a111bf4641d162d289340f (diff) | |
| parent | 2d98f0cd2a5f69d2b3da77b738376cc812510ec7 (diff) | |
Merge pull request #453 from pi8027/experiment/order-nondistr-lattice
Non-distributive lattice structures
Diffstat (limited to 'mathcomp/algebra/rat.v')
| -rw-r--r-- | mathcomp/algebra/rat.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mathcomp/algebra/rat.v b/mathcomp/algebra/rat.v index d75805f..7945265 100644 --- a/mathcomp/algebra/rat.v +++ b/mathcomp/algebra/rat.v @@ -573,6 +573,7 @@ Definition ratLeMixin : realLeMixin rat_idomainType := (@le_rat_total 0) norm_ratN ge_rat0_norm lt_rat_def. Canonical rat_porderType := POrderType ring_display rat ratLeMixin. +Canonical rat_latticeType := LatticeType rat ratLeMixin. Canonical rat_distrLatticeType := DistrLatticeType rat ratLeMixin. Canonical rat_orderType := OrderType rat le_rat_total. Canonical rat_numDomainType := NumDomainType rat ratLeMixin. |
