mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
crash upon integer overflow
This commit is contained in:
parent
16fc5dd497
commit
f732eb3e83
7 changed files with 107 additions and 6 deletions
|
@ -644,6 +644,8 @@ define_builtins! {
|
|||
39 NUM_CEILING: "ceiling"
|
||||
40 NUM_POW_INT: "powInt"
|
||||
41 NUM_FLOOR: "floor"
|
||||
42 NUM_ADD_WRAP: "addWrap"
|
||||
43 NUM_ADD_CHECKED: "addChecked"
|
||||
}
|
||||
2 BOOL: "Bool" => {
|
||||
0 BOOL_BOOL: "Bool" imported // the Bool.Bool type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue