Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iris
stdpp
Commits
6c1e9be8
Commit
6c1e9be8
authored
1 year ago
by
Michael Sammler
Browse files
Options
Downloads
Patches
Plain Diff
bitvector.bitvector_tactics -> bitvector.tactics
parent
b815c10b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!542
create new package for stdpp-bitvector library
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
_CoqProject
+1
-1
1 addition, 1 deletion
_CoqProject
stdpp_bitvector/tactics.v
+0
-0
0 additions, 0 deletions
stdpp_bitvector/tactics.v
tests/bitvector_tactics.v
+1
-1
1 addition, 1 deletion
tests/bitvector_tactics.v
with
2 additions
and
2 deletions
_CoqProject
+
1
−
1
View file @
6c1e9be8
...
...
@@ -57,6 +57,6 @@ stdpp/binders.v
stdpp/ssreflect.v
stdpp_bitvector/bitvector.v
stdpp_bitvector/
bitvector_
tactics.v
stdpp_bitvector/tactics.v
stdpp_unstable/bitblast.v
This diff is collapsed.
Click to expand it.
stdpp_bitvector/
bitvector_
tactics.v
→
stdpp_bitvector/tactics.v
+
0
−
0
View file @
6c1e9be8
File moved
This diff is collapsed.
Click to expand it.
tests/bitvector_tactics.v
+
1
−
1
View file @
6c1e9be8
From
stdpp
Require
Import
strings
.
From
stdpp
.
bitvector
Require
Import
bitvector_
tactics
.
From
stdpp
.
bitvector
Require
Import
tactics
.
From
stdpp
.
unstable
Require
Import
bitblast
.
Unset
Mangle
Names
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment