mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
prep merge with Folkert's branch
This commit is contained in:
parent
eaf4e57759
commit
c63c69f1ef
2 changed files with 1 additions and 7 deletions
|
@ -5363,12 +5363,6 @@ fn run_low_level<'a, 'ctx, 'env>(
|
|||
|
||||
str_trim_right(env, scope, args[0])
|
||||
}
|
||||
StrToNum => {
|
||||
// Str.toNum : Str -> Result (Num a) [ ExpectedNum a ]*
|
||||
debug_assert_eq!(args.len(), 1);
|
||||
|
||||
str_to_num(env, scope, args[0])
|
||||
}
|
||||
ListLen => {
|
||||
// List.len : List * -> Int
|
||||
debug_assert_eq!(args.len(), 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue