Skip to content

Commit

Permalink
[derive] Open scope only locally
Browse files Browse the repository at this point in the history
  • Loading branch information
eponier committed Jul 2, 2024
1 parent 1fbc593 commit 934694f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/derive/theories/derive/eqb_core_defs.v
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Set Implicit Arguments.
Unset Strict Implicit.
Unset Printing Implicit Defensive.

Open Scope positive_scope.
Local Open Scope positive_scope.

Section Section.
Context {A:Type}.
Expand Down

0 comments on commit 934694f

Please sign in to comment.