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
Package registry
Model registry
Operate
Terraform modules
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
Herman Bergwerf
stdpp
Compare revisions
master to ci-release
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
bergwerf/stdpp
Select target project
No results found
ci-release
Select Git revision
Swap
Target
iris/stdpp
Select target project
iris/stdpp
johannes/stdpp
proux1/stdpp
dosualdo/stdpp
benoit/coq-stdpp
dfrumin/coq-stdpp
haidang/stdpp
amintimany/coq-stdpp
swasey/coq-stdpp
simongregersen/stdpp
proux/stdpp
janno/coq-stdpp
amaurremi/coq-stdpp
msammler/stdpp
tchajed/stdpp
YaZko/stdpp
maximedenes/stdpp
jakobbotsch/stdpp
Blaisorblade/stdpp
simonspies/stdpp
lepigre/stdpp
devilhena/stdpp
simonfv/stdpp
jihgfee/stdpp
snyke7/stdpp
Armael/stdpp
gmalecha/stdpp
olaure01/stdpp
sarahzrf/stdpp
atrieu/stdpp
herbelin/stdpp
arthuraa/stdpp
lgaeher/stdpp
mrhaandi/stdpp
mattam82/stdpp
Quarkbeast/stdpp
aa755/stdpp
gmevel/stdpp
lstefane/stdpp
jung/stdpp
vsiles/stdpp
dlesbre/stdpp
bergwerf/stdpp
marijnvanwezel/stdpp
ivanbakel/stdpp
tperami/stdpp
adamAndMath/stdpp
Villetaneuse/stdpp
sanjit/stdpp
yiyunliu/stdpp
thomas-lamiaux/stdpp
Tragicus/stdpp
kbedarka/stdpp
53 results
master
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Use `eauto` as default for `set_solver`.
· 44b93de4
Robbert Krebbers
authored
2 years ago
44b93de4
empty commit to get a new hash
· 3dbfd47a
Ralf Jung
authored
2 years ago
3dbfd47a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
stdpp/sets.v
+1
-1
1 addition, 1 deletion
stdpp/sets.v
with
1 addition
and
1 deletion
stdpp/sets.v
View file @
3dbfd47a
...
...
@@ -347,7 +347,7 @@ Tactic Notation "set_solver" "-" hyp_list(Hs) "by" tactic3(tac) :=
clear
Hs
;
set_solver
by
tac
.
Tactic
Notation
"set_solver"
"+"
hyp_list
(
Hs
)
"by"
tactic3
(
tac
)
:=
clear
-
Hs
;
set_solver
by
tac
.
Tactic
Notation
"set_solver"
:=
set_solver
by
idtac
.
Tactic
Notation
"set_solver"
:=
set_solver
by
eauto
.
Tactic
Notation
"set_solver"
"-"
hyp_list
(
Hs
)
:=
clear
Hs
;
set_solver
.
Tactic
Notation
"set_solver"
"+"
hyp_list
(
Hs
)
:=
clear
-
Hs
;
set_solver
.
...
...
This diff is collapsed.
Click to expand it.