Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tej Chajed
iris
Commits
9accfd70
Commit
9accfd70
authored
Jun 10, 2018
by
Robbert Krebbers
Browse files
Fix issue #198.
parent
7319e95e
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/proofmode/ltac_tactics.v
View file @
9accfd70
...
...
@@ -982,7 +982,7 @@ Tactic Notation "iModIntro" uconstr(sel) :=
|
MIEnvIsEmpty
=>
fail
"iModIntro: persistent context is non-empty"
end
|
iSolveTC
||
let
s
:
=
lazymatch
goal
with
|-
IntoModal
Persistent
Env
_
_
_
?s
=>
s
end
in
let
s
:
=
lazymatch
goal
with
|-
IntoModal
Spatial
Env
_
_
_
?s
_
=>
s
end
in
lazymatch
eval
hnf
in
s
with
|
MIEnvForall
?C
=>
fail
"iModIntro: spatial context does not satisfy"
C
|
MIEnvIsEmpty
=>
fail
"iModIntro: spatial context is non-empty"
...
...
Write
Preview
Supports
Markdown
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