We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents edca4aa + db89ac0 commit b88de04Copy full SHA for b88de04
src/Control/Monad/Eff/Ref.purs
@@ -6,7 +6,7 @@
6
-- | local scope.
7
module Control.Monad.Eff.Ref where
8
9
-import Prelude
+import Prelude (Unit, unit)
10
import Control.Monad.Eff (Eff())
11
12
-- | The effect associated with the use of global mutable variables.
src/Control/Monad/Eff/Ref/Unsafe.purs
@@ -3,7 +3,7 @@
3
module Control.Monad.Eff.Ref.Unsafe where
4
5
-import Control.Monad.Eff.Ref
+import Control.Monad.Eff.Ref (REF)
import Control.Monad.Eff.Unsafe (unsafeInterleaveEff)
-- | This handler function unsafely removes the `Ref` effect from an
0 commit comments