aboutsummaryrefslogtreecommitdiff
path: root/Lattice/Structure
diff options
context:
space:
mode:
authorJacques Comeaux <jacquesrcomeaux@protonmail.com>2026-07-07 13:32:20 -0700
committerJacques Comeaux <jacquesrcomeaux@protonmail.com>2026-07-07 13:32:20 -0700
commita07a9d6ea38c55aeac59cb93678b9c830ce54705 (patch)
tree2bf06eee58546a167b8d3fe169e882bb49b58877 /Lattice/Structure
parentdecc78659f34ded3f8f9fa5540159efa19330626 (diff)
Update circuit values
Diffstat (limited to 'Lattice/Structure')
-rw-r--r--Lattice/Structure/IsBoundedDistributive.agda4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lattice/Structure/IsBoundedDistributive.agda b/Lattice/Structure/IsBoundedDistributive.agda
index dfd67d8..6128187 100644
--- a/Lattice/Structure/IsBoundedDistributive.agda
+++ b/Lattice/Structure/IsBoundedDistributive.agda
@@ -27,8 +27,6 @@ record IsBoundedDistributiveLattice
minimum : Minimum _≤_ ⊥
∧-distribˡ-∨ : _DistributesOverˡ_ _≈_ _∧_ _∨_
- open IsLattice isLattice public
-
isBoundedLattice : IsBoundedLattice _∨_ _∧_ ⊤ ⊥
isBoundedLattice = record
{ isLattice = isLattice
@@ -41,3 +39,5 @@ record IsBoundedDistributiveLattice
{ isLattice = isLattice
; ∧-distribˡ-∨ = ∧-distribˡ-∨
}
+
+ open IsBoundedLattice isBoundedLattice public