summaryrefslogtreecommitdiff
path: root/libraries/base/tests/isSuffixOf.stdout
Commit message (Collapse)AuthorAgeFilesLines
* Improve performance of isSuffixOf (#9676)David Feuer2014-10-271-0/+84
The new implementation avoids reversing the "haystack" list, which can be very expensive. Reviewed By: ekmett Differential Revision: https://phabricator.haskell.org/D330