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.
2 parents c1b9a0d + dcb4057 commit 4b749c9Copy full SHA for 4b749c9
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