Skip to content

Commit

Permalink
Merge pull request #647 from eponier/local-scope
Browse files Browse the repository at this point in the history
[derive] Open scope only locally
  • Loading branch information
gares authored Jul 2, 2024
2 parents 1fbc593 + 934694f commit 55e6039
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 55e6039

Please sign in to comment.