[GHC] #9586: Implement Traversable/Foldable-Burning-Bridges Proposal
GHC
ghc-devs at haskell.org
Thu Sep 18 11:06:39 UTC 2014
#9586: Implement Traversable/Foldable-Burning-Bridges Proposal
-------------------------------------+-------------------------------------
Reporter: hvr | Owner: hvr
Type: task | Status: new
Priority: normal | Milestone: 7.10.1
Component: | Version:
libraries/base | Keywords:
Resolution: | Architecture: Unknown/Multiple
Operating System: | Difficulty: Difficult (2-5
Unknown/Multiple | days)
Type of failure: | Blocked By:
None/Unknown | Related Tickets:
Test Case: |
Blocking: |
Differential Revisions: Phab:D209 |
-------------------------------------+-------------------------------------
Description changed by hvr:
Old description:
> More details to follow. I've created this ticket to be able to refer to
> from related preparatory commits.
New description:
More details to follow. I've created this ticket to be able to refer to
from related preparatory commits.
In a nutshell the goal (more or less) of this proposal is to be able to
compile code like the following w/o errors (due to conflicting
definitions):
{{{#!hs
module XPrelude (module X) where
import Data.Foldable as X
import Data.Traversable as X
import Data.List as X
import Control.Monad as X
import Prelude as X
}}}
--
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9586#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list