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 babd1ca commit a4116d2Copy full SHA for a4116d2
docs/Control/Monad/ST.md
@@ -68,7 +68,7 @@ It may cause problems to apply this function using the `$` operator. The recomme
68
#### `pureST`
69
70
``` purescript
71
-pureST :: forall a. (forall h r. Eff (st :: ST h | r) a) -> a
+pureST :: forall a. (forall h. Eff (st :: ST h) a) -> a
72
```
73
74
A convenience function which combines `runST` with `runPure`, which can be used when the only required effect is `ST`.
0 commit comments