[GHC] #12044: Remove sortWith in favor of sortOn
GHC
ghc-devs at haskell.org
Wed May 11 10:05:35 UTC 2016
#12044: Remove sortWith in favor of sortOn
-------------------------------------+-------------------------------------
Reporter: cblp | Owner:
Type: feature | Status: new
request |
Priority: normal | Milestone:
Component: | Version: 7.10.3
libraries/base |
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: Other
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets: 2659
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
There is Data.List.sortOn that does the same as GHC.Exts.sortWith, and
even seems to be more effective. GHC.Exts.sortWith should be deprecated or
removed.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12044>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list