summaryrefslogtreecommitdiff
path: root/src/gen_lib
diff options
context:
space:
mode:
authorThomas Bauereiss2019-01-09 13:05:24 +0000
committerThomas Bauereiss2019-01-09 13:05:24 +0000
commitdef64efa7620f6cce2b58d4158ce6df3a1d9847d (patch)
treef0bf4252f8cc3baba406117acf343a285a633dd3 /src/gen_lib
parent886cff213039c034bc78408ea52689514e0c9a69 (diff)
parent5aa29f88c1e31bb9435929f86325f499dccf6d50 (diff)
Merge sail2 into monads
Diffstat (limited to 'src/gen_lib')
-rw-r--r--src/gen_lib/sail2_string.lem4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gen_lib/sail2_string.lem b/src/gen_lib/sail2_string.lem
index de7588dc..33a665a0 100644
--- a/src/gen_lib/sail2_string.lem
+++ b/src/gen_lib/sail2_string.lem
@@ -64,10 +64,6 @@ let rec n_leading_spaces s =
| _ -> 0
end
else
- (* match len with
- * (\* | 0 -> 0 *\)
- * (\* | 1 -> *\)
- * | len -> *)
(* Isabelle generation for pattern matching on characters
is currently broken, so use an if-expression *)
if nth s 0 = #' '