Remove mapAccumL, mapAccumR, mapAccumB
authorIan Lynagh <igloo@earth.li>
Mon, 2 Jul 2007 12:26:51 +0000 (12:26 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 2 Jul 2007 12:26:51 +0000 (12:26 +0000)
commit262c142b90c94ca1aa577c950a6ceae1f255e2d6
treee1de9880b055869186693df6bb93928c1272f944
parent00c8fa011bed11d95016c13a75e93bc94a4f6aa5
Remove mapAccumL, mapAccumR, mapAccumB
mapAccumL and mapAccumR are in Data.List now.
mapAccumB is unused.
17 files changed:
compiler/codeGen/CgClosure.lhs
compiler/codeGen/CgHeapery.lhs
compiler/codeGen/CgMonad.lhs
compiler/coreSyn/CoreSubst.lhs
compiler/coreSyn/CoreTidy.lhs
compiler/deSugar/DsArrows.lhs
compiler/iface/BinIface.hs
compiler/simplCore/CSE.lhs
compiler/simplCore/OccurAnal.lhs
compiler/simplCore/SimplEnv.lhs
compiler/specialise/Rules.lhs
compiler/stranal/DmdAnal.lhs
compiler/typecheck/Inst.lhs
compiler/typecheck/TcTyClsDecls.lhs
compiler/types/Type.lhs
compiler/utils/ListSetOps.lhs
compiler/utils/Util.lhs