adds Num.subChecked

This commit is contained in:
Celso Bonutti Filho 2020-12-22 23:27:16 -03:00
parent 5d2abc2bd2
commit fe588c120c
8 changed files with 210 additions and 15 deletions

View file

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

View file

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