X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Futils%2FState.hs;h=0b6a2855627d76b7fb089d6586eeeb9e3660f8e3;hp=b8fcaa1576de69dd27d69f19e1a3f91dd8d9ed8e;hb=e2e0785eb7f4efd9f7791d913cdfdfd03148cd86;hpb=28ddef074b70a555c595f7f42ff97765d221b8eb diff --git a/compiler/utils/State.hs b/compiler/utils/State.hs index b8fcaa1..0b6a285 100644 --- a/compiler/utils/State.hs +++ b/compiler/utils/State.hs @@ -1,5 +1,5 @@ -module State where +module State (module State, mapAccumLM {- XXX hack -}) where import MonadUtils