Alphabetize compiler/builtins/docs/ exposures

This commit is contained in:
j 2021-12-15 07:27:14 -07:00
parent 6056d29df0
commit ec68b1ab38
7 changed files with 127 additions and 127 deletions

View file

@ -2,41 +2,41 @@ interface List
exposes
[
List,
isEmpty,
get,
set,
append,
len,
walkBackwards,
concat,
first,
single,
repeat,
reverse,
prepend,
join,
keepIf,
contains,
sum,
walk,
last,
keepOks,
drop,
dropAt,
dropLast,
first,
get,
isEmpty,
join,
keepErrs,
keepIf,
keepOks,
last,
len,
map,
map2,
map3,
map4,
mapWithIndex,
mapOrDrop,
mapJoin,
mapOrDrop,
mapWithIndex,
prepend,
product,
walkUntil,
range,
repeat,
reverse,
set,
single,
sortWith,
drop,
dropAt,
dropLast,
swap
sum,
swap,
walk,
walkBackwards,
walkUntil
]
imports []