mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
call_str -> call_list
This commit is contained in:
parent
09a656640e
commit
409193f905
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue