X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FST.hs;h=4260d0e86eef10b5c78938a97a8f36864010dcb7;hb=8afc9fecd586d3c4f7ef9c69fb1686a79e5f441d;hp=cae255fa6faa49811ea0316308a8f5142909f43f;hpb=0194bd1aa23f3c93c9fea3f6acdf5b968c024886;p=ghc-base.git diff --git a/Control/Monad/ST.hs b/Control/Monad/ST.hs index cae255f..4260d0e 100644 --- a/Control/Monad/ST.hs +++ b/Control/Monad/ST.hs @@ -32,8 +32,6 @@ module Control.Monad.ST unsafeSTToIO -- :: ST s a -> IO a ) where -import Prelude - import Control.Monad.Fix #include "Typeable.h"