s/negate/neg

This commit is contained in:
Richard Feldman 2020-07-12 22:14:56 -04:00
parent b8a9a3ef42
commit 5fe30be9f5

View file

@ -211,7 +211,7 @@ pub fn desugar_expr<'a>(arena: &'a Bump, loc_expr: &'a Located<Expr<'a>>) -> &'a
let value = match op {
Negate => Var {
module_name: ModuleName::NUM,
ident: "negate",
ident: "neg",
},
Not => Var {
module_name: ModuleName::BOOL,