#1694: Data.ByteString.Lazy.groupBy always raises an exception
-----------------------------+----------------------------------------------
  Reporter:  guest           |          Owner:       
      Type:  bug             |         Status:  new  
  Priority:  normal          |      Milestone:       
 Component:  libraries/base  |        Version:  6.6.1
  Severity:  normal          |       Keywords:       
Difficulty:  Unknown         |             Os:  Linux
  Testcase:                  |   Architecture:  x86  
-----------------------------+----------------------------------------------
This is not documented in the Haddock library ref.

 The implementation of groupBy in Data.ByteString.Lazy is:

 groupBy = error "Data.ByteString.Lazy.groupBy: unimplemented"

 I think it would be better to not define the function at all than to
 define a version that is constantly broken.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1694>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to