Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delegate to Traverse.sequence in Applicative.sequence
The previous approach duplicated the implementation of `sequence`, which is a slight code stink. More importantly though, this approach will benefit from an optimized override implementation of `sequence` if the `Traverse` instance has one.
- Loading branch information