Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
Iris
Commits
9accfd70
Commit
9accfd70
authored
Jun 10, 2018
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix issue #198.
parent
7319e95e
Pipeline
#9583
passed with stage
in 18 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
theories/proofmode/ltac_tactics.v
theories/proofmode/ltac_tactics.v
+1
-1
No files found.
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
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