-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Write test cases and stub functions. * fixup! Write test cases and stub functions. * Offer high level definitions. * Offer definitions in primitive terms. * fixup! Offer definitions in primitive terms. * Define `inits` in terms of `initsNE`. * Define `tails` in terms of `tailsNE`. * Be compatible with older `base`. * `NonEmptyList.toList` is too lazy. * fixup! `NonEmptyList.toList` is too lazy. * fixup! Write test cases and stub functions. * Add `since` metadata. * Make sure everything inlines. L.drop does not inline because it is recursive. Co-authored-by: Xia Li-yao <Lysxia@users.noreply.github.com> * Fix false complexity statements. --------- Co-authored-by: Xia Li-yao <Lysxia@users.noreply.github.com>
- Loading branch information
Showing
4 changed files
with
61 additions
and
13 deletions.
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
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