aboutsummaryrefslogtreecommitdiff
path: root/interp/notation.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2021-03-05 19:04:27 +0100
committerPierre-Marie Pédrot2021-03-05 19:04:27 +0100
commitaacf8f1756fa5a289f27485a1951392505edfc53 (patch)
treeab18d66b36858bb17dff02b041e9b5817cdb9a5c /interp/notation.mli
parentb016348348f8b2dfaaf19c3a46436261a0ebde42 (diff)
parent303941d805efe6d02273afa099fac74cc0efbf90 (diff)
Merge PR #13842: Remove decimal-only number notations (deprecated in 8.12)
Reviewed-by: Zimmi48 Reviewed-by: ppedrot
Diffstat (limited to 'interp/notation.mli')
-rw-r--r--interp/notation.mli3
1 files changed, 0 insertions, 3 deletions
diff --git a/interp/notation.mli b/interp/notation.mli
index 77f245ae77..195f2a4416 100644
--- a/interp/notation.mli
+++ b/interp/notation.mli
@@ -146,9 +146,6 @@ type target_kind =
| Z of z_pos_ty (* Coq.Numbers.BinNums.Z and positive *)
| Int63 of pos_neg_int63_ty (* Coq.Numbers.Cyclic.Int63.PrimInt63.pos_neg_int63 *)
| Number of number_ty (* Coq.Init.Number.number + uint + int *)
- | DecimalInt of int_ty (* Coq.Init.Decimal.int + uint (deprecated) *)
- | DecimalUInt of int_ty (* Coq.Init.Decimal.uint (deprecated) *)
- | Decimal of number_ty (* Coq.Init.Decimal.Decimal + uint + int (deprecated) *)
type string_target_kind =
| ListByte