mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
crash upon integer overflow
This commit is contained in:
parent
16fc5dd497
commit
f732eb3e83
7 changed files with 107 additions and 6 deletions
|
@ -20,6 +20,8 @@ pub enum LowLevel {
|
|||
ListKeepIf,
|
||||
ListWalkRight,
|
||||
NumAdd,
|
||||
NumAddWrap,
|
||||
NumAddChecked,
|
||||
NumSub,
|
||||
NumMul,
|
||||
NumGt,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue