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

split TotalDecPreorder into TotalPreOrder and Decision typeclasses #76

Merged
merged 1 commit into from
Sep 5, 2021

Conversation

palmskog
Copy link
Member

@palmskog palmskog commented Sep 4, 2021

This is the first PR following the discussion in #74. It introduces the Decision typeclass originally defined by Spitters and van der Weegen (and currently used in the stdpp library) and unbundles the TotalDecPreOrder class. I also removed some superfluous boolean manipulation - the preferred way is to use Decision instances whenever possible. I kept the old bundled TotalDecPreOrder definition but masked it in the module Semibundled.

@Casteran Casteran merged commit 03a29d8 into master Sep 5, 2021
@palmskog palmskog deleted the decision-typeclass branch September 5, 2021 09:05
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