Skip to content

Commit f73c697

Browse files
Merge pull request #24 from inato/add-do-notation-documentation-link-in-details
Add Do notation documentation link in details
2 parents 02f102e + 1487ec9 commit f73c697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ You need to adapt some methods to be able to properly use the `Reader` pattern,
864864

865865
### <a name="call-in-parallel"></a> Call in parallel
866866

867-
At some point, you might need to call methods in parallel, for instance because you need to send data to multiple external services and you don't want to decrease the performance of your use case. Here is an example that shows you how to call two `ReaderTaskEither` in parallel :
867+
At some point, you might need to call methods in parallel, for instance because you need to send data to multiple external services and you don't want to decrease the performance of your use case. The Do notation can help you for this ([here's the official documentation](https://gcanti.github.io/fp-ts/guides/do-notation.html) if you want more details). Below is an example that shows you how to call two `ReaderTaskEither` in parallel :
868868

869869
```typescript
870870
import { ReaderTaskEither } from "fp-ts/ReaderTaskEither";

0 commit comments

Comments
 (0)