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 b8442a1 + 1b68878 commit 9eba532Copy full SHA for 9eba532
README.md
@@ -1,3 +1,10 @@
1
# purescript-aff-coroutines
2
3
Helper functions for creating coroutines with the Aff monad
4
+
5
+- [Module Documentation](docs/Control/Coroutine/Aff.md)
6
+- [Example](test/Main.purs)
7
8
+## Usage
9
10
+ bower i purescript-aff-coroutines
bower.json
@@ -1,6 +1,5 @@
{
"name": "purescript-aff-coroutines",
- "version": "1.0.0",
"moduleType": [
"node"
],
@@ -11,8 +10,7 @@
11
"output"
12
13
"dependencies": {
14
- "purescript-console": "^0.1.0",
15
- "purescript-aff": "~0.11.3",
+ "purescript-aff": "^0.11.3",
16
"purescript-coroutines": "~0.3.0"
17
}
18
0 commit comments