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
Iris
Iris
Commits
61e71c17
Commit
61e71c17
authored
Jan 22, 2018
by
Jacques-Henri Jourdan
Browse files
Fix error message.
parent
b1f4ea08
Pipeline
#6337
passed with stages
in 3 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theories/proofmode/tactics.v
View file @
61e71c17
...
...
@@ -623,7 +623,7 @@ Tactic Notation "iIntoValid" open_constr(t) :=
let
e'
:
=
eval
unfold
e
in
e
in
clear
e
;
go
(
t
e'
)
|
_
=>
let
tT'
:
=
eval
cbv
zeta
in
tT
in
apply
(
as_valid_1
tT'
)
;
[
apply
_
||
fail
"iPoseProof: not a
uPred
"
|
exact
t
]
[
apply
_
||
fail
"iPoseProof: not a
BI assertion
"
|
exact
t
]
end
in
go
t
.
...
...
Jacques-Henri Jourdan
@jjourdan
mentioned in issue
#136 (closed)
·
Jan 22, 2018
mentioned in issue
#136 (closed)
mentioned in issue #136
Toggle commit list
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