mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Fix name
This commit is contained in:
parent
b99a0ae953
commit
8c13fecc64
1 changed files with 2 additions and 2 deletions
|
@ -1551,13 +1551,13 @@ fn str_from_utf8_range(symbol: Symbol, var_store: &mut VarStore) -> Def {
|
||||||
),
|
),
|
||||||
};
|
};
|
||||||
|
|
||||||
let arg3 = LetNonRec(Box::new(def), Box::new(no_region(cont)), ret_var);
|
let body = LetNonRec(Box::new(def), Box::new(no_region(cont)), ret_var);
|
||||||
|
|
||||||
defn(
|
defn(
|
||||||
symbol,
|
symbol,
|
||||||
vec![(bytes_var, Symbol::ARG_1), (arg_record_var, Symbol::ARG_2)],
|
vec![(bytes_var, Symbol::ARG_1), (arg_record_var, Symbol::ARG_2)],
|
||||||
var_store,
|
var_store,
|
||||||
arg3,
|
body,
|
||||||
ret_var,
|
ret_var,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue