diff options
Diffstat (limited to 'theories/Init/Prelude.v')
| -rw-r--r-- | theories/Init/Prelude.v | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/theories/Init/Prelude.v b/theories/Init/Prelude.v index e8997d30b8..6d98bcb34a 100644 --- a/theories/Init/Prelude.v +++ b/theories/Init/Prelude.v @@ -28,12 +28,12 @@ Declare ML Module "ground_plugin". Declare ML Module "numeral_notation_plugin". (* Parsing / printing of decimal numbers *) -Arguments Nat.of_uint d%uint_scope. -Arguments Nat.of_int d%int_scope. +Arguments Nat.of_uint d%dec_uint_scope. +Arguments Nat.of_int d%dec_int_scope. Numeral Notation Decimal.uint Decimal.uint_of_uint Decimal.uint_of_uint - : uint_scope. + : dec_uint_scope. Numeral Notation Decimal.int Decimal.int_of_int Decimal.int_of_int - : int_scope. + : dec_int_scope. (* Parsing / printing of [nat] numbers *) Numeral Notation nat Nat.of_uint Nat.to_uint : nat_scope (abstract after 5000). |
