aboutsummaryrefslogtreecommitdiff
path: root/theories
diff options
context:
space:
mode:
authorPierre Roux2020-09-03 13:26:00 +0200
committerPierre Roux2020-11-05 00:20:19 +0100
commit3b766fd8859b692e3e93cf83bf87d393e32c572e (patch)
treec241d8dcd7a8e725f06013558dfb66946dec5e87 /theories
parente728a1ef0f8b5fdc4b1815a7d0349c67db15f9b4 (diff)
Merge numeral and string notation plugins
Diffstat (limited to 'theories')
-rw-r--r--theories/Init/Byte.v2
-rw-r--r--theories/Init/Prelude.v2
-rw-r--r--theories/dune3
3 files changed, 2 insertions, 5 deletions
diff --git a/theories/Init/Byte.v b/theories/Init/Byte.v
index 7449b52d76..e03820ef22 100644
--- a/theories/Init/Byte.v
+++ b/theories/Init/Byte.v
@@ -16,7 +16,7 @@ Require Import Coq.Init.Logic.
Require Import Coq.Init.Specif.
Require Coq.Init.Nat.
-Declare ML Module "string_notation_plugin".
+Declare ML Module "number_string_notation_plugin".
(** We define an inductive for use with the [String Notation] command
which contains all ascii characters. We use 256 constructors for
diff --git a/theories/Init/Prelude.v b/theories/Init/Prelude.v
index 0239778bac..9f8a054b5c 100644
--- a/theories/Init/Prelude.v
+++ b/theories/Init/Prelude.v
@@ -30,8 +30,6 @@ Require Export Coq.Init.Tauto.
*)
Declare ML Module "cc_plugin".
Declare ML Module "ground_plugin".
-Declare ML Module "numeral_notation_plugin".
-Declare ML Module "string_notation_plugin".
(* Parsing / printing of hexadecimal numbers *)
Arguments Nat.of_hex_uint d%hex_uint_scope.
diff --git a/theories/dune b/theories/dune
index e7e4ba9981..18e000cfe1 100644
--- a/theories/dune
+++ b/theories/dune
@@ -14,8 +14,7 @@
coq.plugins.cc
coq.plugins.firstorder
- coq.plugins.numeral_notation
- coq.plugins.string_notation
+ coq.plugins.number_string_notation
coq.plugins.int63_syntax
coq.plugins.float_syntax