mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
adds Num.subWrap
This commit is contained in:
parent
c6b258c50c
commit
176cdd0274
7 changed files with 23 additions and 2 deletions
|
@ -31,6 +31,7 @@ pub enum LowLevel {
|
|||
NumAddWrap,
|
||||
NumAddChecked,
|
||||
NumSub,
|
||||
NumSubWrap,
|
||||
NumMul,
|
||||
NumGt,
|
||||
NumGte,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue