mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Merge remote-tracking branch 'origin/trunk' into mono-lowlevel
This commit is contained in:
commit
031c7cc2e2
20 changed files with 447 additions and 165 deletions
|
@ -71,6 +71,7 @@ pub enum LowLevel {
|
|||
NumLte,
|
||||
NumCompare,
|
||||
NumDivUnchecked,
|
||||
NumDivCeilUnchecked,
|
||||
NumRemUnchecked,
|
||||
NumIsMultipleOf,
|
||||
NumAbs,
|
||||
|
@ -165,6 +166,7 @@ macro_rules! first_order {
|
|||
| NumLte
|
||||
| NumCompare
|
||||
| NumDivUnchecked
|
||||
| NumDivCeilUnchecked
|
||||
| NumRemUnchecked
|
||||
| NumIsMultipleOf
|
||||
| NumAbs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue