Skip to content
Snippets Groups Projects
Commit fe4792ae authored by Jonas Kastberg's avatar Jonas Kastberg
Browse files

Fixed errata in tactic error message

parent 7a977d25
No related branches found
No related tags found
No related merge requests found
......@@ -241,8 +241,8 @@ Tactic Notation "wp_recv_core" tactic3(tac_intros) "as" tactic3(tac) :=
[reshape_expr e ltac:(fun K e' => eapply (tac_wp_recv _ _ Hnew K))
|fail 1 "wp_recv: cannot find 'recv' in" e];
[solve_mapsto ()
|iSolveTC || fail 1 "wp_send: protocol not of the shape <?>"
|iSolveTC || fail 1 "wp_send: cannot convert to telescope"
|iSolveTC || fail 1 "wp_recv: protocol not of the shape <?>"
|iSolveTC || fail 1 "wp_recv: cannot convert to telescope"
|iSolveTC
|pm_reduce; simpl; tac_intros;
tac Hnew;
......
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