diff options
Diffstat (limited to 'compiler/utils')
-rw-r--r-- | compiler/utils/State.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/State.hs b/compiler/utils/State.hs index b8fcaa1576..0b6a285562 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 |