File tree Expand file tree Collapse file tree 4 files changed +12
-10
lines changed
Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 11# Frequently Asked Questions
22
33This document provides idioms or examples to solve common programming
4- problems using streamly. To start with please go through [ Streamly Quick
5- Overview ] ( /docs/User/Tutorials/learn-by-examples.md ) and [ ` Streamly examples repository ` ] [ streamly-examples ] .
4+ problems using streamly. To start with please go through the [ Learn By
5+ Examples ] ( /docs/User/Tutorials/learn-by-examples.md ) page and [ ` Examples Package ` ] ( https://github.com/composewell/ streamly-examples) .
66This document provides additional examples.
77
88## Distribute and Zip Concurrently
Original file line number Diff line number Diff line change @@ -24,11 +24,9 @@ comprising:
2424* Fearless, declarative concurrency for seamless parallel execution.
2525* A collection of ecosystem libraries for fast and efficient development.
2626
27- Check out the [ Streamly Getting Started
28- Guide] ( /docs/User/Tutorials/installing-haskell.md ) and [ Quick
29- Overview] ( /docs/User/Tutorials/learn-by-examples.md ) for an introduction
30- to the library. For more detailed documentation, visit the [ Haskell
31- Streamly website] [ Streamly ] .
27+ Check out the [ Learn By Examples] ( /docs/User/Tutorials/learn-by-examples.md )
28+ page for an introduction to the library. For more detailed documentation, visit
29+ the [ Haskell Streamly website] [ Streamly ] .
3230
3331## Blazing Fast
3432
Original file line number Diff line number Diff line change @@ -30,10 +30,14 @@ It [concludes](#further-reading) with suggestions for further reading.
3030### Installing Streamly
3131
3232If you wish to follow along and run examples in this guide, please see
33- the [ Before You Begin ] ( /docs/User/Tutorials/installing-haskell .md ) guide
33+ the [ Using Streamly ] ( /docs/User/Tutorials/using-streamly .md ) guide
3434for instructions on how to use the ` streamly ` package interactively or
3535in a project.
3636
37+ Additionally, see [ Installing
38+ Haskell] ( /docs/User/Tutorials/installing-haskell.md ) for instructions on how to
39+ install haskell.
40+
3741### An overview of the types used in these examples
3842
3943As an expository device, we have indicated the types at the intermediate
Original file line number Diff line number Diff line change @@ -257,8 +257,8 @@ application using the instructions in the [Build Guide](/docs/User/HowTo/Compili
257257## Next Steps
258258
259259If you got this far successfully, congratulations! For an overview
260- of the ` streamly ` package, please read the [ Streamly Quick
261- Overview ] ( /docs/User/Tutorials/learn-by-examples.md ) .
260+ of the ` streamly ` package, please read the [ Learn By
261+ Examples ] ( /docs/User/Tutorials/learn-by-examples.md ) page .
262262
263263<!-- Markdown Links -->
264264
You can’t perform that action at this time.
0 commit comments