Skip to content

Commit 80ac384

Browse files
authored
Merge pull request #24 from purescript/revert-23-master
Revert "fixing Region unused reference"
2 parents 7eef412 + c6a1316 commit 80ac384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Control/Monad/ST.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Control.Monad.ST (module Internal) where
22

3-
import Control.Monad.ST.Internal (ST, run, while, for, foreach) as Internal
3+
import Control.Monad.ST.Internal (ST, kind Region, run, while, for, foreach) as Internal

0 commit comments

Comments
 (0)