Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Iris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
116
Issues
116
List
Boards
Labels
Service Desk
Milestones
Merge Requests
21
Merge Requests
21
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iris
Iris
Commits
890b60e5
Commit
890b60e5
authored
Aug 12, 2019
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix issue #260.
parent
d6672184
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
theories/proofmode/ltac_tactics.v
theories/proofmode/ltac_tactics.v
+6
-2
No files found.
theories/proofmode/ltac_tactics.v
View file @
890b60e5
...
...
@@ -2445,7 +2445,9 @@ Tactic Notation "iLöbCore" "as" constr (IH) :=
(* apply is sometimes confused wrt. canonical structures search.
refine should use the other unification algorithm, which should
not have this issue. *)
notypeclasses
refine
(
tac_l
ö
b
_
IH
_
_
_
)
;
first
[
notypeclasses
refine
(
tac_l
ö
b
_
IH
_
_
_
)
|
fail
1
"iLöb: not a step-indexed BI entailment"
]
;
[
reflexivity
||
fail
"iLöb: spatial context not empty, this should not happen"
|
pm_reduce
;
lazymatch
goal
with
...
...
@@ -2653,7 +2655,9 @@ Local Ltac iRewriteFindPred :=
Local
Tactic
Notation
"iRewriteCore"
constr
(
lr
)
open_constr
(
lem
)
:
=
iPoseProofCore
lem
as
true
(
fun
Heq
=>
eapply
(
tac_rewrite
_
Heq
_
_
lr
)
;
first
[
eapply
(
tac_rewrite
_
Heq
_
_
lr
)
|
fail
1
"iRewrite: not a step-indexed BI entailment"
]
;
[
pm_reflexivity
||
let
Heq
:
=
pretty_ident
Heq
in
fail
"iRewrite:"
Heq
"not found"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment