diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2014-09-21 19:15:46 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2014-09-21 19:15:59 +0200 |
commit | 1f7f46f94a95ab7fc6f3101da7c02529e1964f24 (patch) | |
tree | 098339660b344ce71a8f7ca289902d10ca82b2b0 /compiler/utils/Pair.lhs | |
parent | 5ed12810e0972b1e0d408fe1355805746c4614f9 (diff) | |
download | haskell-1f7f46f94a95ab7fc6f3101da7c02529e1964f24.tar.gz |
Generalise Data.List/Control.Monad to Foldable/Traversable
This flips the switch and replaces the entities in
`Data.List`/`Control.Monad` conflicting with
`Data.{Foldable,Traversable}` with re-exports of the more general
versions.
As of this commit, the code below (which is also added as a test-case)
compiles w/o error.
module XPrelude (module X) where
import Control.Monad as X
import Data.Foldable as X
import Data.List as X
import Data.Monoid as X
import Data.Traversable as X
import Prelude as X
This addresses #9568
Reviewed By: ekmett, austin
Differential Revision: https://phabricator.haskell.org/D235
Diffstat (limited to 'compiler/utils/Pair.lhs')
0 files changed, 0 insertions, 0 deletions