mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
Changed Int div implementation to use !=
This commit is contained in:
parent
71258e0e59
commit
6b6e6f0eec
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ fn int_div(var_store: &VarStore) -> Def {
|
|||
no_region(
|
||||
// Int.eq denominator 0
|
||||
call(
|
||||
Symbol::INT_EQ_I64,
|
||||
Symbol::INT_NEQ_I64,
|
||||
vec![
|
||||
Var(Symbol::INT_DIV_ARG_DENOMINATOR),
|
||||
(Int(var_store.fresh(), 0)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue