Ticket #78 (new defect)

Opened 15 months ago

Last modified 15 months ago

takeWhile and dropWhile always copy

Reported by: rl Owned by:
Priority: critical Milestone:
Version: 0.7 Keywords:
Cc: bgamari, haskell.org@…

Description

The docs say that they don't.

Change History

Changed 15 months ago by bgamari

Old bug against GHC libraries component can be found here: http://hackage.haskell.org/trac/ghc/ticket/5893#comment:1

Changed 15 months ago by bgamari

Note that fst $ span f can be used to replicate dropWhile until this is fixed.

Changed 15 months ago by bgamari

  • cc bgamari added

Changed 15 months ago by liyang

  • cc haskell.org@… added
Note: See TracTickets for help on using tickets.