mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Add canonical Expr for Str.startsWith
This commit is contained in:
parent
b82baf55e7
commit
0ae045c1f3
6 changed files with 97 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
pub enum LowLevel {
|
||||
StrConcat,
|
||||
StrIsEmpty,
|
||||
StrStartsWith,
|
||||
ListLen,
|
||||
ListGetUnsafe,
|
||||
ListSet,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue