diff options
| author | Yishuai Li | 2018-10-24 16:22:58 -0400 |
|---|---|---|
| committer | Yishuai Li | 2018-10-29 13:23:06 -0400 |
| commit | e4c95253e01992bee0786312a5e2bbc5ec480253 (patch) | |
| tree | 60eb44205aa53c0ecd88dc0a97d2ee1a4eecc986 /theories/Strings/ByteVector.v | |
| parent | 0ac673e562c34245e4e48efc428d808e917be79b (diff) | |
NArith: add lemmas about numbers and vectors
Diffstat (limited to 'theories/Strings/ByteVector.v')
| -rw-r--r-- | theories/Strings/ByteVector.v | 2 |
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. |
