aboutsummaryrefslogtreecommitdiff
path: root/theories/Strings/ByteVector.v
diff options
context:
space:
mode:
authorYishuai Li2018-10-24 16:22:58 -0400
committerYishuai Li2018-10-29 13:23:06 -0400
commite4c95253e01992bee0786312a5e2bbc5ec480253 (patch)
tree60eb44205aa53c0ecd88dc0a97d2ee1a4eecc986 /theories/Strings/ByteVector.v
parent0ac673e562c34245e4e48efc428d808e917be79b (diff)
NArith: add lemmas about numbers and vectors
Diffstat (limited to 'theories/Strings/ByteVector.v')
-rw-r--r--theories/Strings/ByteVector.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Strings/ByteVector.v b/theories/Strings/ByteVector.v
index 16f26002d2..3588aaca3f 100644
--- a/theories/Strings/ByteVector.v
+++ b/theories/Strings/ByteVector.v
@@ -8,7 +8,7 @@
(* * (see LICENSE file for the text of the license) *)
(************************************************************************)
-Require Import Ascii Basics Bvector Psatz String Vector.
+Require Import Ascii Basics Bvector String Vector.
Export VectorNotations.
Open Scope program_scope.
Open Scope string_scope.