Skip to content
Snippets Groups Projects
Commit e9a80032 authored by Johannes Kloos's avatar Johannes Kloos
Browse files

Remove uses of 2:

parent a62a60ae
No related branches found
No related tags found
No related merge requests found
......@@ -42,8 +42,7 @@ Section Fresh.
Proof.
intros relfg i.
unfold fresh_generic_body.
destruct decide.
2: done.
destruct decide; auto.
apply relfg.
Qed.
......
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