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
Rice Wine
Iris
Commits
f1f34470
Commit
f1f34470
authored
Oct 21, 2018
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing type in a signature.
parent
f238c358
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
theories/heap_lang/proph_map.v
theories/heap_lang/proph_map.v
+1
-2
No files found.
theories/heap_lang/proph_map.v
View file @
f1f34470
...
...
@@ -37,7 +37,7 @@ Section definitions.
Definition
first_resolve
(
pvs
:
proph_val_list
P
V
)
(
p
:
P
)
:
=
(
map_of_list
pvs
:
gmap
P
V
)
!!
p
.
Definition
first_resolve_in_list
(
R
:
proph_map
P
V
)
pvs
:
=
Definition
first_resolve_in_list
(
R
:
proph_map
P
V
)
(
pvs
:
proph_val_list
P
V
)
:
=
∀
p
v
,
p
∈
dom
(
gset
_
)
R
→
first_resolve
pvs
p
=
Some
v
→
R
!!
p
=
Some
(
Some
v
).
...
...
@@ -56,7 +56,6 @@ Section definitions.
Definition
proph
:
=
proph_aux
.(
unseal
).
Definition
proph_eq
:
@
proph
=
@
proph_def
:
=
proph_aux
.(
seal_eq
).
End
definitions
.
Section
first_resolve
.
...
...
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