aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Numbers/BinNums.v
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-07-01 02:12:44 +0200
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-07-01 02:12:44 +0200
commit79792b84e7d2dfe49bf6b9d33b9f19feb90bc002 (patch)
treeb24c4bede51f8770db60d4c2ed781463e91439b6 /theories/Numbers/BinNums.v
parente3210e41313863213b3bfd547b9b5504a69d29e4 (diff)
parent1b3c25792c0598ae0cc44e9db1e7bde3f5789638 (diff)
Merge PR #7410: Splitting primitive numeral parser/printer for positive, N, Z into three files
Diffstat (limited to 'theories/Numbers/BinNums.v')
-rw-r--r--theories/Numbers/BinNums.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/theories/Numbers/BinNums.v b/theories/Numbers/BinNums.v
index f8b3d9e1d..d5eb4f268 100644
--- a/theories/Numbers/BinNums.v
+++ b/theories/Numbers/BinNums.v
@@ -12,6 +12,8 @@
Set Implicit Arguments.
+Declare ML Module "positive_syntax_plugin".
+Declare ML Module "n_syntax_plugin".
Declare ML Module "z_syntax_plugin".
(** [positive] is a datatype representing the strictly positive integers