Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve use of Lattice.BotValue and Lattice.TopValue #1573

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sim642
Copy link
Member

@sim642 sim642 commented Sep 23, 2024

Closes #1572.

Also removes Lattice.Unsupported by replacing usages with the more specific BotValue or TopValue.

There's also Lattice.Uncomparable which seems similar:

(* partial order: elements might not be comparable and no bot/top -> join etc. might fail with exception Uncomparable *)
exception Uncomparable

But #1109 seems to use it with some slightly different meaning.

@sim642 sim642 added the cleanup Refactoring, clean-up label Sep 23, 2024
@sim642 sim642 added this to the v2.5.0 milestone Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Refactoring, clean-up
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle Lattice.BotValue in Lattice.LiftBot and similar
1 participant