Skip to content
Snippets Groups Projects
Commit bba7474e authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Add type annotation.

parent 49b5dd50
No related branches found
No related tags found
No related merge requests found
......@@ -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) :=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment