Skip to content

Commit

Permalink
wip: start lattice refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
TOTBWF committed Nov 29, 2023
1 parent 3575285 commit fdcb5cc
Show file tree
Hide file tree
Showing 5 changed files with 629 additions and 467 deletions.
3 changes: 3 additions & 0 deletions src/Order/Diagram/Glb.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ record Top : Type (o ⊔ ℓ) where
top : Ob
has-top : is-top top

! : {x} x ≤ top
! = has-top _

is-top→is-glb : {glb} {f : _} is-top glb is-glb f glb
is-top→is-glb is-top .greatest x _ = is-top x

Expand Down
Loading

0 comments on commit fdcb5cc

Please sign in to comment.