diff options
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. |
