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
c84fed03
Commit
c84fed03
authored
Feb 22, 2015
by
David Swasey
Browse files
Typo in statement of lift_pure_step.
parent
a6d2564f
Changes
1
Hide whitespace changes
Inline
Side-by-side
iris_meta.v
View file @
c84fed03
...
...
@@ -362,7 +362,7 @@ Module IrisMeta (RL : RA_T) (C : CORE_LANG).
Qed
.
Program
Definition
plugExpr
safe
m
φ
P
Q
:
expr
-
n
>
Props
:
=
n
[(
fun
e
=>
(
lift_ePred
φ
e
)
∨
(
ht
safe
m
P
e
Q
))].
n
[(
fun
e
'
=>
(
lift_ePred
φ
e
'
)
→
(
ht
safe
m
P
e
'
Q
))].
Next
Obligation
.
intros
e1
e2
Heq
w
n'
r
HLt
.
destruct
n
as
[|
n
]
;
[
now
inversion
HLt
|
simpl
in
*].
...
...
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