aboutsummaryrefslogtreecommitdiff
path: root/theories/PArith/BinPos.v
diff options
context:
space:
mode:
authorPierre Roux2020-09-09 23:33:05 +0200
committerPierre Roux2020-09-11 22:23:24 +0200
commit6551f14196784e323688e682877229bc7f901659 (patch)
tree18fd2fd9da90095327498f0de309beb6d409c77a /theories/PArith/BinPos.v
parentd5eb564a1ae46409e90a2c6bd6af5b77aa37773e (diff)
Rename Numeral Notation command to Number Notation
Keep Numeral Notation wit a deprecation warning.
Diffstat (limited to 'theories/PArith/BinPos.v')
-rw-r--r--theories/PArith/BinPos.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/PArith/BinPos.v b/theories/PArith/BinPos.v
index c8414c241d..e73060af0b 100644
--- a/theories/PArith/BinPos.v
+++ b/theories/PArith/BinPos.v
@@ -1886,7 +1886,7 @@ Bind Scope positive_scope with Pos.t positive.
(** Exportation of notations *)
-Numeral Notation positive Pos.of_num_int Pos.to_num_uint : positive_scope.
+Number Notation positive Pos.of_num_int Pos.to_num_uint : positive_scope.
Infix "+" := Pos.add : positive_scope.
Infix "-" := Pos.sub : positive_scope.