aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2018-03-31 15:03:27 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2018-06-29 19:18:38 +0200
commit1b3c25792c0598ae0cc44e9db1e7bde3f5789638 (patch)
treed7c53cbbb50daae3a9d8aacad249f31cfc3a950b /theories
parentd46dd57462650d1e956d8e80d5aa4e537205de4d (diff)
Splitting primitive numeral parser/printer for positive, N, Z into three files.
Diffstat (limited to 'theories')
-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