[GHC] #9674: Foldable doesn't have any laws
GHC
ghc-devs at haskell.org
Fri Oct 10 18:02:02 UTC 2014
#9674: Foldable doesn't have any laws
-------------------------------------+-------------------------------------
Reporter: dfeuer | Owner: ekmett
Type: task | Status: new
Priority: normal | Milestone: 7.10.1
Component: Core | Version: 7.8.3
Libraries | Keywords:
Resolution: | Architecture: Unknown/Multiple
Operating System: | Difficulty: Unknown
Unknown/Multiple | Blocked By:
Type of failure: | Related Tickets:
Documentation bug |
Test Case: |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Comment (by dfeuer):
I just realized the better law is the last: `foldMap f = fold . fmap f`
implies the other two.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9674#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list