We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eef412 commit c6a1316Copy full SHA for c6a1316
src/Control/Monad/ST.purs
@@ -1,3 +1,3 @@
1
module Control.Monad.ST (module Internal) where
2
3
-import Control.Monad.ST.Internal (ST, run, while, for, foreach) as Internal
+import Control.Monad.ST.Internal (ST, kind Region, run, while, for, foreach) as Internal
0 commit comments