Skip to content
Snippets Groups Projects
Commit ffa7e114 authored by Hai Dang's avatar Hai Dang
Browse files

fix Z scope in arc_cmra

parent 22bbf305
Branches
No related tags found
No related merge requests found
...@@ -93,6 +93,7 @@ Definition Z_of_arcstrong_st (st : strong_stUR) : Z := ...@@ -93,6 +93,7 @@ Definition Z_of_arcstrong_st (st : strong_stUR) : Z :=
| Some (_, n) => Zpos n | Some (_, n) => Zpos n
end. end.
Local Open Scope Z_scope.
Lemma strong_stUR_value st: 0 Z_of_arcstrong_st st. Lemma strong_stUR_value st: 0 Z_of_arcstrong_st st.
Proof. destruct st as [[]|]; simpl; lia. Qed. Proof. destruct st as [[]|]; simpl; lia. Qed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment