-
-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This adds a Sort ability, currently lacking any implementations of the ability. It's an open question whether this should be defined in a new top-level Roc builtin. I can also see an argument for putting it in the List module, and maybe there's other options. I plan to get some input on this point before making a decision.
- Loading branch information
1 parent
f4291f4
commit 87b99fd
Showing
3 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ package [ | |
List, | ||
Dict, | ||
Set, | ||
Sort | ||
Decode, | ||
Encode, | ||
Hash, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters