summaryrefslogtreecommitdiff
path: root/compiler/utils/Exception.hs
diff options
context:
space:
mode:
authorBartosz Nitka <niteria@gmail.com>2016-05-10 07:17:28 -0700
committerBartosz Nitka <niteria@gmail.com>2016-05-10 07:17:39 -0700
commit7e28e47ca36e849ed104f5a13e0c08253b135fae (patch)
tree8cebaf3ecd2b8292a95ec8ee9a693b0a3f760eed /compiler/utils/Exception.hs
parentf6e58be297f97e8871396f80a81fe3a9984d77b9 (diff)
downloadhaskell-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