mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
s/negate/neg
This commit is contained in:
parent
b8a9a3ef42
commit
5fe30be9f5
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ pub fn desugar_expr<'a>(arena: &'a Bump, loc_expr: &'a Located<Expr<'a>>) -> &'a
|
||||||
let value = match op {
|
let value = match op {
|
||||||
Negate => Var {
|
Negate => Var {
|
||||||
module_name: ModuleName::NUM,
|
module_name: ModuleName::NUM,
|
||||||
ident: "negate",
|
ident: "neg",
|
||||||
},
|
},
|
||||||
Not => Var {
|
Not => Var {
|
||||||
module_name: ModuleName::BOOL,
|
module_name: ModuleName::BOOL,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue