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
Tej Chajed
iris
Commits
b92a75d3
Commit
b92a75d3
authored
Apr 19, 2016
by
Robbert Krebbers
Browse files
Remove superfluous space in error of iPvs.
parent
f92cd3f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
proofmode/pviewshifts.v
View file @
b92a75d3
...
...
@@ -106,7 +106,7 @@ Tactic Notation "iPvsCore" constr(H) :=
eapply
tac_pvs_elim_fsa
with
_
_
_
_
H
_
_
_;
[
env_cbv
;
reflexivity
||
fail
"iPvs:"
H
"not found"
|
let
P
:
=
match
goal
with
|-
FSASplit
?P
_
_
_
_
=>
P
end
in
apply
_
||
fail
"iPvs:
"
P
"not a pvs"
apply
_
||
fail
"iPvs:"
P
"not a pvs"
|
env_cbv
;
reflexivity
|
simpl
]
end
.
...
...
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