mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
add Roc wiring
This commit is contained in:
parent
c8287032b6
commit
e7523ad41d
11 changed files with 77 additions and 10 deletions
|
@ -17,6 +17,7 @@ pub enum LowLevel {
|
|||
StrToUtf8,
|
||||
StrRepeat,
|
||||
StrFromFloat,
|
||||
StrTrim,
|
||||
ListLen,
|
||||
ListGetUnsafe,
|
||||
ListSet,
|
||||
|
@ -123,6 +124,7 @@ macro_rules! first_order {
|
|||
| StrFromUtf8Range
|
||||
| StrToUtf8
|
||||
| StrRepeat
|
||||
| StrTrim
|
||||
| StrFromFloat
|
||||
| ListLen
|
||||
| ListGetUnsafe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue