Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Iris
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
76
Issues
76
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iris
Iris
Commits
cd5096b7
Commit
cd5096b7
authored
May 06, 2016
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bug in iDestruct "H" as %intro_pat.
parent
962c99d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tactics.v
proofmode/tactics.v
+1
-1
No files found.
proofmode/tactics.v
View file @
cd5096b7
...
...
@@ -515,7 +515,7 @@ Tactic Notation "iDestruct" open_constr(H) "as" "{" simple_intropattern(x1)
iDestructHelp
H
as
(
fun
H
=>
iDestructHyp
H
as
{
x1
x2
x3
x4
x5
x6
x7
x8
}
pat
).
Tactic
Notation
"iDestruct"
open_constr
(
H
)
"as"
"%"
simple_intropattern
(
pat
)
:=
let
Htmp
:=
iFresh
in
iDestruct
H
as
Htmp
;
iPure
Htmp
as
pat
.
let
Htmp
:=
iFresh
in
iDestruct
H
as
Htmp
;
last
iPure
Htmp
as
pat
.
(** * Always *)
Tactic
Notation
"iAlways"
:=
...
...
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