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
Merge requests
!295
strengthened solve_decision ltac
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
strengthened solve_decision ltac
aa755/stdpp:aa755-master-patch-77362
into
master
Overview
4
Commits
1
Pipelines
1
Changes
1
Closed
Abhishek Anand
requested to merge
aa755/stdpp:aa755-master-patch-77362
into
master
3 years ago
Overview
4
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
f8adf66f
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
f8adf66f
strengthened solve_decision ltac
· f8adf66f
Abhishek Anand
authored
3 years ago
theories/decidable.v
+
1
−
1
Options
@@ -66,7 +66,7 @@ Ltac solve_trivial_decision :=
Ltac
solve_decision
:=
unfold
EqDecision
;
intros
;
first
[
solve_trivial_decision
|
unfold
Decision
;
decide
equality
;
solve_
trivial_
decision
]
.
|
unfold
Decision
;
decide
equality
;
solve_decision
]
.
(** The following combinators are useful to create Decision proofs in
combination with the [refine] tactic. *)
Loading