Skip to content

Commit e6af5fb

Browse files
committed
Updates for 0.7
1 parent 72506ed commit e6af5fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Control/Monad/ST.purs

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

3+
import Prelude
4+
35
import Control.Monad.Eff (Eff(), runPure)
46

57
-- | The `ST` effect represents _local mutation_, i.e. mutation which does not "escape" into the surrounding computation.

0 commit comments

Comments
 (0)