mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Add Num.powInt symbol
This commit is contained in:
parent
41071df608
commit
11383e97ab
1 changed files with 1 additions and 0 deletions
|
@ -642,6 +642,7 @@ define_builtins! {
|
||||||
37 NUM_COMPARE: "compare"
|
37 NUM_COMPARE: "compare"
|
||||||
38 NUM_POW: "pow"
|
38 NUM_POW: "pow"
|
||||||
39 NUM_CEILING: "ceiling"
|
39 NUM_CEILING: "ceiling"
|
||||||
|
40 NUM_POW_INT: "powInt"
|
||||||
}
|
}
|
||||||
2 BOOL: "Bool" => {
|
2 BOOL: "Bool" => {
|
||||||
0 BOOL_BOOL: "Bool" imported // the Bool.Bool type alias
|
0 BOOL_BOOL: "Bool" imported // the Bool.Bool type alias
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue