Skip to content

Commit 552c432

Browse files
authored
Merge pull request #23 from Ebmtranceboy/master
fixing Region unused reference
2 parents 4b749c9 + 173934e commit 552c432

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, kind Region, run, while, for, foreach) as Internal
3+
import Control.Monad.ST.Internal (ST, run, while, for, foreach) as Internal

0 commit comments

Comments
 (0)