mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
adds Num.subChecked
This commit is contained in:
parent
5d2abc2bd2
commit
fe588c120c
8 changed files with 210 additions and 15 deletions
|
@ -32,6 +32,7 @@ pub enum LowLevel {
|
|||
NumAddChecked,
|
||||
NumSub,
|
||||
NumSubWrap,
|
||||
NumSubChecked,
|
||||
NumMul,
|
||||
NumGt,
|
||||
NumGte,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue