Skip to content

Commit

Permalink
fix Scope
Browse files Browse the repository at this point in the history
  • Loading branch information
thery committed Jan 23, 2025
1 parent 5009a99 commit 871934b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/Reals/Zfloor.v
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Require Import Rbase Rfunctions Lra Lia.

Open Scope R_scope.
Local Open Scope R_scope.

Definition Zfloor (x : R) := (up x - 1)%Z.

Expand Down

0 comments on commit 871934b

Please sign in to comment.