mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +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,18 +2,18 @@ interface Set
|
|||
exposes
|
||||
[
|
||||
Set,
|
||||
empty,
|
||||
single,
|
||||
len,
|
||||
insert,
|
||||
remove,
|
||||
union,
|
||||
contains,
|
||||
difference,
|
||||
intersection,
|
||||
toList,
|
||||
empty,
|
||||
fromList,
|
||||
walk,
|
||||
contains
|
||||
insert,
|
||||
intersection,
|
||||
len,
|
||||
remove,
|
||||
single,
|
||||
toList,
|
||||
union,
|
||||
walk
|
||||
]
|
||||
imports []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue