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 e2bd9a7 commit 1f17bc0Copy full SHA for 1f17bc0
README.md
@@ -80,7 +80,7 @@ ajaxGet' req = makeAff (\error success -> ajaxGet success req)
80
81
This eliminates callback hell and allows us to write code simply using `do` notation:
82
83
-```
+```purescript
84
do response <- ajaxGet' req
85
liftEff $ trace response.body
86
```
0 commit comments