WIP: Add Num.minI128 builtin (TODOs remain)

This commit is contained in:
Jan Van Bruggen 2022-01-15 14:05:31 -07:00
parent d2c2064782
commit d7e2be306f
6 changed files with 70 additions and 0 deletions

View file

@ -995,6 +995,7 @@ define_builtins! {
107 NUM_CAST_TO_NAT: "#castToNat"
108 NUM_DIV_CEIL: "divCeil"
109 NUM_TO_STR: "toStr"
110 NUM_MIN_I128: "minI128"
}
2 BOOL: "Bool" => {
0 BOOL_BOOL: "Bool" imported // the Bool.Bool type alias