Skip to content
Snippets Groups Projects
Commit 55d07b4f authored by Gaurav Parthasarathy's avatar Gaurav Parthasarathy
Browse files

made proph_extract_winner only consider the first value in the list

parent 4357c43d
No related branches found
No related tags found
1 merge request!26Continuation change, extract_proph_winner change
......@@ -161,7 +161,6 @@ Section rdcss.
Fixpoint proph_extract_winner (pvs : list (val * val)) : option proph_id :=
match pvs with
| ((_, #true)%V, LitV (LitProphecy p)) :: _ => Some p
| _ :: vs => proph_extract_winner vs
| _ => None
end.
......
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