Skip to content

Commit fd93da2

Browse files
committed
more docs
1 parent bd8ba88 commit fd93da2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ runPar (f <$> Par (Ajax.get "http://foo.com") <*> Par (Ajax.get "http://foo.com"
188188

189189
The `(<|>)` operator of the `Alt` instance of `Par` allows you to race two asynchronous computations, and use whichever value comes back first (or the first error, if both err).
190190

191+
Finally, the `runPar` function allows you to unwrap the `Aff` and return to normal monaidic (sequential) composition.
192+
191193
# API Docs
192194

193195
[MODULES.md](MODULES.md)

0 commit comments

Comments
 (0)