Skip to content

Commit c6a1316

Browse files
authored
Revert "fixing Region unused reference"
1 parent 7eef412 commit c6a1316

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)