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

Require Vector directly instead of through Bvector #589

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

andres-erbsen
Copy link

I am investigating whether we could remove Bvector (vectors of bool) from stdlib. It looks like Equations was needlessly depending on it while only using the polymorphic Vector. I imagine this PR is an improvement regardless of whether Bvector is kept.

Tested with make && make test-suite.

@andres-erbsen andres-erbsen mentioned this pull request Apr 17, 2024
1 task
@proux01
Copy link
Contributor

proux01 commented Apr 26, 2024

@mattam82 upstream PR merged, this can be merged at you convenience (doesn't make Coq CI error yet but still fixes a deprecation warning)

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