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

Remove useless scope.

parent c8bc1068
No related branches found
No related tags found
No related merge requests found
......@@ -44,8 +44,7 @@ Module Loc.
Definition fresh (ls : gset loc) : loc :=
{| loc_car := set_fold (λ k r, (1 + loc_car k) `max` r) 1 ls |}.
Lemma fresh_fresh ls i :
(0 i)%Z fresh ls + i ls.
Lemma fresh_fresh ls i : 0 i fresh ls + i ls.
Proof.
intros Hi. cut ( l, l ls loc_car l < loc_car (fresh ls) + i).
{ intros help Hf%help. simpl in *. lia. }
......
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