Skip to content

Explictly define partial order for lattices#48

Merged
agle merged 2 commits intoagle:mainfrom
HaydenAtFoxHaven:less-than-equal
Feb 18, 2026
Merged

Explictly define partial order for lattices#48
agle merged 2 commits intoagle:mainfrom
HaydenAtFoxHaven:less-than-equal

Conversation

@HaydenAtFoxHaven
Copy link
Contributor

Replaces #46.

Every lattice now has a function leq : t -> t -> bool which returns true iff $s \subseteq t$ to describe the partial order. We use this for the value soundness check instead of join.

Copy link
Owner

@agle agle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You'll have to push an empty commit or similar to get CI to re-run on the new main branch to be able to merge this I think.

@agle agle merged commit 10a4a07 into agle:main Feb 18, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments