mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
emit invoke again to see what's up here
This commit is contained in:
commit
5171d181ac
37 changed files with 1367 additions and 1129 deletions
|
@ -33,6 +33,7 @@ comptime {
|
|||
exportListFn(list.listContains, "contains");
|
||||
exportListFn(list.listRepeat, "repeat");
|
||||
exportListFn(list.listAppend, "append");
|
||||
exportListFn(list.listPrepend, "prepend");
|
||||
exportListFn(list.listSingle, "single");
|
||||
exportListFn(list.listJoin, "join");
|
||||
exportListFn(list.listRange, "range");
|
||||
|
@ -78,6 +79,7 @@ comptime {
|
|||
exportNumFn(num.powInt, "pow_int");
|
||||
exportNumFn(num.acos, "acos");
|
||||
exportNumFn(num.asin, "asin");
|
||||
exportNumFn(num.round, "round");
|
||||
}
|
||||
|
||||
// Str Module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue