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
Jonas Kastberg
iris
Commits
bba7474e
Commit
bba7474e
authored
Oct 22, 2018
by
Robbert Krebbers
Browse files
Add type annotation.
parent
49b5dd50
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/heap_lang/proph_map.v
View file @
bba7474e
...
...
@@ -34,7 +34,7 @@ Section definitions.
Context
`
{
pG
:
proph_mapG
P
V
Σ
}.
(** The first resolve for [p] in [pvs] *)
Definition
first_resolve
(
pvs
:
proph_val_list
P
V
)
(
p
:
P
)
:
=
Definition
first_resolve
(
pvs
:
proph_val_list
P
V
)
(
p
:
P
)
:
option
V
:
=
(
map_of_list
pvs
:
gmap
P
V
)
!!
p
.
Definition
first_resolve_in_list
(
R
:
proph_map
P
V
)
(
pvs
:
proph_val_list
P
V
)
:
=
...
...
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