Skip to content

Commit a4116d2

Browse files
author
Jake Brownson
committed
pulp docs
1 parent babd1ca commit a4116d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Control/Monad/ST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ It may cause problems to apply this function using the `$` operator. The recomme
6868
#### `pureST`
6969

7070
``` purescript
71-
pureST :: forall a. (forall h r. Eff (st :: ST h | r) a) -> a
71+
pureST :: forall a. (forall h. Eff (st :: ST h) a) -> a
7272
```
7373

7474
A convenience function which combines `runST` with `runPure`, which can be used when the only required effect is `ST`.

0 commit comments

Comments
 (0)