mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
WIP: Add Num.minI128
builtin (TODOs remain)
This commit is contained in:
parent
d2c2064782
commit
d7e2be306f
6 changed files with 70 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue