Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joshua Yanovski
iris-coq
Commits
0eac7a8c
Commit
0eac7a8c
authored
Feb 15, 2017
by
Robbert Krebbers
Browse files
Add a missing iStartProof.
parent
ba714f5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/proofmode/tactics.v
View file @
0eac7a8c
...
...
@@ -158,6 +158,7 @@ Local Tactic Notation "iPure" constr(H) "as" simple_intropattern(pat) :=
|
intros
pat
].
Tactic
Notation
"iPureIntro"
:=
iStartProof
;
eapply
tac_pure_intro
;
[
let
P
:=
match
goal
with
|-
FromPure
?
P
_
=>
P
end
in
apply
_
||
fail
"iPureIntro:"
P
"not pure"
|
].
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment