summaryrefslogtreecommitdiff
path: root/libraries/base/Control/Monad/ST/Lazy/Imp.hs
diff options
context:
space:
mode:
authorHécate <hecate+gitlab@glitchbra.in>2020-09-18 20:07:49 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-09-23 20:44:24 -0400
commit31fea307499009977fdf3dadedc98cfef986077a (patch)
treecac7edf234b82d16c3edd53fc38539fcc2766cb5 /libraries/base/Control/Monad/ST/Lazy/Imp.hs
parenta997fa01d907fc1992dc8c3ebc73f98e7a1486f7 (diff)
downloadhaskell-31fea307499009977fdf3dadedc98cfef986077a.tar.gz
Remove redundant "do", "return" and language extensions from base
Diffstat (limited to 'libraries/base/Control/Monad/ST/Lazy/Imp.hs')
-rw-r--r--libraries/base/Control/Monad/ST/Lazy/Imp.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Control/Monad/ST/Lazy/Imp.hs b/libraries/base/Control/Monad/ST/Lazy/Imp.hs
index db900d9579..de8310c76d 100644
--- a/libraries/base/Control/Monad/ST/Lazy/Imp.hs
+++ b/libraries/base/Control/Monad/ST/Lazy/Imp.hs
@@ -42,7 +42,7 @@ import Control.Monad.Fix
import qualified Control.Monad.ST as ST
import qualified Control.Monad.ST.Unsafe as ST
-import qualified GHC.ST as GHC.ST
+import qualified GHC.ST
import GHC.Base
-- | The lazy @'ST'@ monad.