mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Add canonical Expr implementation for Num.powInt
This commit is contained in:
parent
11383e97ab
commit
50223ae93c
3 changed files with 22 additions and 1 deletions
|
@ -38,6 +38,7 @@ pub enum LowLevel {
|
|||
NumToFloat,
|
||||
NumPow,
|
||||
NumCeiling,
|
||||
NumPowInt,
|
||||
Eq,
|
||||
NotEq,
|
||||
And,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue