Coq-Equations icon indicating copy to clipboard operation
Coq-Equations copied to clipboard

Require Vector directly instead of through Bvector

Open andres-erbsen opened this issue 1 year ago • 1 comments
trafficstars

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 avatar Apr 15 '24 18:04 andres-erbsen