mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Alphabetize compiler/builtins/docs/ exposures
This commit is contained in:
parent
6056d29df0
commit
ec68b1ab38
7 changed files with 127 additions and 127 deletions
|
@ -2,19 +2,19 @@ interface Str
|
|||
exposes
|
||||
[
|
||||
Str,
|
||||
isEmpty,
|
||||
append,
|
||||
concat,
|
||||
joinWith,
|
||||
split,
|
||||
countGraphemes,
|
||||
startsWith,
|
||||
endsWith,
|
||||
fromUtf8,
|
||||
Utf8Problem,
|
||||
Utf8ByteProblem,
|
||||
isEmpty,
|
||||
joinWith,
|
||||
split,
|
||||
startsWith,
|
||||
startsWithCodePt,
|
||||
toUtf8,
|
||||
startsWithCodePt
|
||||
Utf8Problem,
|
||||
Utf8ByteProblem
|
||||
]
|
||||
imports []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue