#15003: Data.List documentation should list complexities of more functions -------------------------------------+------------------------------------- Reporter: gbaz | Owner: supersven Type: feature request | Status: new Priority: normal | Milestone: 8.4.3 Component: libraries/base | Version: 8.2.2 Resolution: | Keywords: newcomer Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"ae4e4ba655f2d0d8a5cc8488ada628726e9cc147/ghc" ae4e4ba/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="ae4e4ba655f2d0d8a5cc8488ada628726e9cc147" Add some complexities to Data.List documentation (#15003) Namely for: - stripPrefix - isPrefixOf - intersperse - tails - map - scanl - scanl1 - scanl' - scanr - scanr1 - zip - zipWith Add examples to `zipWith` and `map`. }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15003#comment:7> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler