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

[ gen, redesign ] Replaced MaybeEmptyDeep with a proof of non-emptiness #212

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

spcfox
Copy link
Contributor

@spcfox spcfox commented Nov 11, 2024

More concrete compile-level proofs allow for simpler runtime code. The MaybeEmptyDeep has been replaced by the IsNonEmpty predicate.

@buzden buzden added code: cleanup Making code cleaner or nicer code: refactoring Changing the code structure without changing functionality part: generators Related to generators code: redesign New design of some part of the library labels Nov 11, 2024
@spcfox spcfox changed the title [ gen, refactor ] Replaced MaybeEmptyDeep with a proof of non-emptiness [ gen, redesign ] Replaced MaybeEmptyDeep with a proof of non-emptiness Nov 11, 2024
@spcfox spcfox force-pushed the remove-maybe-empty-deep branch from 633eafb to 8f53734 Compare November 26, 2024 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code: cleanup Making code cleaner or nicer code: redesign New design of some part of the library code: refactoring Changing the code structure without changing functionality part: generators Related to generators
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants