Skip to content

Commit

Permalink
do not depend on Coq.Bool.Bvector
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-erbsen committed Apr 15, 2024
1 parent 291f500 commit 33a49dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ src/FCF/Array.v
src/FCF/Asymptotic.v
src/FCF/Bernoulli.v
src/FCF/Blist.v
src/FCF/Bvector.v
src/FCF/Class.v
src/FCF/Comp.v
src/FCF/CompFold.v
Expand Down
6 changes: 6 additions & 0 deletions src/FCF/Bvector.v
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Require Coq.Vectors.Vector.

Check warning on line 1 in src/FCF/Bvector.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:dev)

Using Vector.t is known to be technically difficult, see
Export Bool Vector.VectorNotations.

Definition Bvector := Vector.t bool.
Definition Bvect_false := Vector.const false.
Definition BVxor := @Vector.map2 _ _ _ xorb.

0 comments on commit 33a49dc

Please sign in to comment.