Skip to content
Snippets Groups Projects
Commit 51057db0 authored by Ralf Jung's avatar Ralf Jung
Browse files

fix typo in wp_value_head

parent 7791266a
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ Proof. rewrite envs_entails_eq=> ->. by apply twp_value. Qed.
Ltac wp_expr_simpl := wp_expr_eval simpl.
Ltac wp_value_head :=
first [eapply tac_wp_value || eapply tac_twp_value].
first [eapply tac_wp_value | eapply tac_twp_value].
Ltac wp_finish :=
wp_expr_simpl; (* simplify occurences of subst/fill *)
......
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