mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Merge branch 'trunk' into performance-tweaks
This commit is contained in:
commit
d5c6fc7179
19 changed files with 766 additions and 395 deletions
|
@ -876,6 +876,9 @@ define_builtins! {
|
|||
97 NUM_INT_CAST: "intCast"
|
||||
98 NUM_MAX_I128: "maxI128"
|
||||
99 NUM_IS_MULTIPLE_OF: "isMultipleOf"
|
||||
100 NUM_AT_DECIMAL: "@Decimal"
|
||||
101 NUM_DECIMAL: "Decimal" imported
|
||||
102 NUM_DEC: "Dec" imported // the Num.Dectype alias
|
||||
|
||||
}
|
||||
2 BOOL: "Bool" => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue