Skip to content

Commit d9f7f94

Browse files
Merge PR #18936: remove NArith.Ndigits, NArith.Ndist, and Strings.ByteVector
Reviewed-by: Alizter Ack-by: proux01 Co-authored-by: Alizter <[email protected]>
2 parents 9082a98 + 85f878a commit d9f7f94

8 files changed

Lines changed: 6 additions & 1344 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- **Removed:**
2+
The library files ``Coq.NArith.Ndigits``, ``Coq.NArith.Ndist``, and ``Coq.Strings.ByteVector``
3+
which were deprecated since 8.19
4+
(`#18936 <https://github.com/coq/coq/pull/18936>`_,
5+
by Andres Erbsen).

doc/stdlib/index-list.html.template

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@ through the <tt>Require Import</tt> command.</p>
145145
theories/NArith/BinNatDef.v
146146
theories/NArith/BinNat.v
147147
theories/NArith/Nnat.v
148-
theories/NArith/Ndigits.v
149-
theories/NArith/Ndist.v
150148
theories/NArith/Ndec.v
151149
theories/NArith/Ndiv_def.v
152150
theories/NArith/Ngcd_def.v
@@ -516,7 +514,6 @@ through the <tt>Require Import</tt> command.</p>
516514
theories/Strings/BinaryString.v
517515
theories/Strings/HexString.v
518516
theories/Strings/OctalString.v
519-
theories/Strings/ByteVector.v
520517
</dd>
521518

522519
<dt> <b>Reals</b>:

test-suite/bugs/bug_17466_3.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
Require Coq.Strings.String.
22
Require Coq.ZArith.ZArith.
33

44
Axiom proof_admitted : False.

theories/NArith/NArith.v

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Require Export Nnat.
1717
Require Export Ndiv_def.
1818
Require Export Nsqrt_def.
1919
Require Export Ngcd_def.
20-
Require Export Ndigits.
2120
Require Export NArithRing.
2221

2322
(** [N] contains an [order] tactic for natural numbers *)

theories/NArith/Ndec.v

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Require Import BinPos.
1515
Require Import BinNat.
1616
Require Import Pnat.
1717
Require Import Nnat.
18-
Require Import Ndigits.
1918

2019
Local Open Scope N_scope.
2120

0 commit comments

Comments
 (0)