mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
add import to Str.roc
This commit is contained in:
parent
d6632981c8
commit
1d81dd6c8b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ interface Str
|
|||
toU8,
|
||||
toI8,
|
||||
]
|
||||
imports [ ]
|
||||
imports [ Bool.{ Bool }, Result.{ Result } ]
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue