diff options
| author | Bartosz Nitka <niteria@gmail.com> | 2016-05-10 07:17:28 -0700 |
|---|---|---|
| committer | Bartosz Nitka <niteria@gmail.com> | 2016-05-10 07:17:39 -0700 |
| commit | 7e28e47ca36e849ed104f5a13e0c08253b135fae (patch) | |
| tree | 8cebaf3ecd2b8292a95ec8ee9a693b0a3f760eed /compiler/utils/Exception.hs | |
| parent | f6e58be297f97e8871396f80a81fe3a9984d77b9 (diff) | |
| download | haskell-7e28e47ca36e849ed104f5a13e0c08253b135fae.tar.gz | |
Get rid of Traversable UniqFM and Foldable UniqFM
Both Traversable and Foldable can introduce non-determinism
and because of typeclass overloading it's implicit and not
obvious at the call site. This removes the instances, so that
they can't accidentally be used.
Test Plan: ./validate
Reviewers: austin, goldfire, bgamari, simonmar, simonpj
Reviewed By: simonpj
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2190
GHC Trac Issues: #4012
Diffstat (limited to 'compiler/utils/Exception.hs')
0 files changed, 0 insertions, 0 deletions
