diff options
| author | Hugo Herbelin | 2018-03-31 15:03:27 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2018-06-29 19:18:38 +0200 |
| commit | 1b3c25792c0598ae0cc44e9db1e7bde3f5789638 (patch) | |
| tree | d7c53cbbb50daae3a9d8aacad249f31cfc3a950b /theories/Numbers | |
| parent | d46dd57462650d1e956d8e80d5aa4e537205de4d (diff) | |
Splitting primitive numeral parser/printer for positive, N, Z into three files.
Diffstat (limited to 'theories/Numbers')
| -rw-r--r-- | theories/Numbers/BinNums.v | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theories/Numbers/BinNums.v b/theories/Numbers/BinNums.v index f8b3d9e1d9..d5eb4f2681 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 |
