aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Program/Basics.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Program/Basics.v')
-rw-r--r--theories/Program/Basics.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Program/Basics.v b/theories/Program/Basics.v
index 7cef5c5ad..f4ca4d680 100644
--- a/theories/Program/Basics.v
+++ b/theories/Program/Basics.v
@@ -29,7 +29,7 @@ Hint Unfold compose.
Notation " g ∘ f " := (compose g f)
(at level 40, left associativity) : program_scope.
-Open Local Scope program_scope.
+Local Open Scope program_scope.
(** The non-dependent function space between [A] and [B]. *)