Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit 7c4e129

Browse files
committed
Updates for 0.7
1 parent 3ccc488 commit 7c4e129

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/Control/Monad/Eff.purs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ module Control.Monad.Eff
55
, untilE, whileE, forE, foreachE
66
) where
77

8+
import Prelude
9+
810
-- | The `Eff` type constructor is used to represent _native_ effects.
911
-- |
1012
-- | See [Handling Native Effects with the Eff Monad](https://github.com/purescript/purescript/wiki/Handling-Native-Effects-with-the-Eff-Monad) for more details.

src/Control/Monad/Eff/Unsafe.purs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module Control.Monad.Eff.Unsafe where
22

3+
import Prelude
4+
35
import Control.Monad.Eff
46

57
-- | Change the type of an effectful computation, allowing it to be run in another context.

0 commit comments

Comments
 (0)