mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
turn lt into lte
This commit is contained in:
parent
8c374c8d7d
commit
574e07807e
1 changed files with 1 additions and 1 deletions
|
@ -1564,7 +1564,7 @@ fn str_from_utf8_range(symbol: Symbol, var_store: &mut VarStore) -> Def {
|
|||
branch_var: ret_var,
|
||||
branches: vec![(
|
||||
no_region(RunLowLevel {
|
||||
op: LowLevel::NumLt,
|
||||
op: LowLevel::NumLte,
|
||||
args: vec![
|
||||
(
|
||||
bounds_var,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue