call_str -> call_list

This commit is contained in:
Folkert 2022-07-02 14:48:28 +02:00 committed by Richard Feldman
parent 09a656640e
commit 409193f905
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798

View file

@ -5421,7 +5421,7 @@ fn run_low_level<'a, 'ctx, 'env>(
let string = load_symbol(scope, &args[0]);
call_str_bitcode_fn(env, &[string], bitcode::STR_TO_SCALARS)
call_list_bitcode_fn(env, &[string], bitcode::STR_TO_SCALARS)
}
StrStartsWith => {
// Str.startsWith : Str, Str -> Bool