adds Num.subWrap

This commit is contained in:
Celso Bonutti Filho 2020-12-22 22:17:45 -03:00
parent c6b258c50c
commit 176cdd0274
7 changed files with 23 additions and 2 deletions

View file

@ -31,6 +31,7 @@ pub enum LowLevel {
NumAddWrap,
NumAddChecked,
NumSub,
NumSubWrap,
NumMul,
NumGt,
NumGte,

View file

@ -798,6 +798,7 @@ define_builtins! {
55 NUM_ACOS: "acos"
56 NUM_ASIN: "asin"
57 NUM_BITWISE_AND: "bitwiseAnd"
58 NUM_SUB_WRAP: "subWrap"
}
2 BOOL: "Bool" => {
0 BOOL_BOOL: "Bool" imported // the Bool.Bool type alias