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

Remove superfluous space in error of iPvs.

parent f92cd3f3
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ Tactic Notation "iPvsCore" constr(H) :=
eapply tac_pvs_elim_fsa with _ _ _ _ H _ _ _;
[env_cbv; reflexivity || fail "iPvs:" H "not found"
|let P := match goal with |- FSASplit ?P _ _ _ _ => P end in
apply _ || fail "iPvs: " P "not a pvs"
apply _ || fail "iPvs:" P "not a pvs"
|env_cbv; reflexivity|simpl]
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