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,12 +2,12 @@ interface Result
exposes
[
Result,
after,
isOk,
isErr,
map,
mapErr,
withDefault,
after
withDefault
]
imports []