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 d4db98b commit 86d45f0Copy full SHA for 86d45f0
src/Control/Monad/ST/Internal.purs
@@ -21,7 +21,7 @@ import Partial.Unsafe (unsafePartial)
21
-- | `ST` is concerned with _restricted_ mutation. Mutation is restricted to a
22
-- | _region_ of mutable references. This kind is inhabited by phantom types
23
-- | which represent regions in the type system.
24
-foreign import kind Region
+foreign import data Region :: Type
25
26
-- | The `ST` type constructor allows _local mutation_, i.e. mutation which
27
-- | does not "escape" into the surrounding computation.
0 commit comments