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

Add comment to wp_done and slightly simplify it.

parent 6545516e
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ Ltac wp_bind K := ...@@ -9,7 +9,7 @@ Ltac wp_bind K :=
| _ => etrans; [|fast_by apply (wp_bind K)]; simpl | _ => etrans; [|fast_by apply (wp_bind K)]; simpl
end. end.
(* TODO: Do something better here *) (* Solves side-conditions generated by the wp tactics *)
Ltac wp_done := Ltac wp_done :=
match goal with match goal with
| |- Closed _ _ => solve_closed | |- Closed _ _ => solve_closed
......
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