diff options
| author | Brian Campbell | 2019-03-05 10:38:55 +0000 |
|---|---|---|
| committer | Brian Campbell | 2019-03-05 10:38:55 +0000 |
| commit | 361458ae5dbe8414b5a7ba1bc51ece8ebcfd5bc5 (patch) | |
| tree | e3718eb55f0649b3d0cab40136e88a586a771b4a /lib/coq | |
| parent | 8718a39778d4c673ceea1c7f9bb219b29788ebae (diff) | |
Coq 8.9 compatibility fix
Diffstat (limited to 'lib/coq')
| -rw-r--r-- | lib/coq/Sail2_string.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/coq/Sail2_string.v b/lib/coq/Sail2_string.v index 543b0fad..a0a23933 100644 --- a/lib/coq/Sail2_string.v +++ b/lib/coq/Sail2_string.v @@ -1,4 +1,5 @@ Require Import Sail2_values. +Require Import Coq.Strings.Ascii. Definition string_sub (s : string) (start : Z) (len : Z) : string := String.substring (Z.to_nat start) (Z.to_nat len) s. |
