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 c1b9a0d commit dcb4057Copy full SHA for dcb4057
src/Control/Monad/ST/Internal.purs
@@ -60,7 +60,7 @@ instance monadRecST :: MonadRec (ST r) where
60
-- | Run an `ST` computation.
61
-- |
62
-- | Note: the type of `run` uses a rank-2 type to constrain the phantom
63
--- | type `h`, such that the computation must not leak any mutable references
+-- | type `r`, such that the computation must not leak any mutable references
64
-- | to the surrounding computation. It may cause problems to apply this
65
-- | function using the `$` operator. The recommended approach is to use
66
-- | parentheses instead.
0 commit comments