File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- Please refer to the [ streamly] ( /docs/User/Tutorials/using-the-library .md )
1+ Please refer to the [ streamly] ( /docs/User/Tutorials/using-streamly .md )
22package for tutorials and other documentation.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ecosystem.
88This document discusses the related packages in the Haskell ecosystem
99and how streamly unifies, overlaps, or compares with those. We provide
1010simple code snippets for illustrations, for a better overview of the
11- library please see the [ Streamly Quick Overview] ( /docs/User/Tutorials/quick-overview .md ) document.
11+ library please see the [ Streamly Quick Overview] ( /docs/User/Tutorials/learn-by-examples .md ) document.
1212
1313## Existing Haskell Libraries
1414
Original file line number Diff line number Diff line change 22
33This document provides idioms or examples to solve common programming
44problems using streamly. To start with please go through [ Streamly Quick
5- Overview] ( /docs/User/Tutorials/quick-overview .md ) and [ ` Streamly examples repository ` ] [ streamly-examples ] .
5+ Overview] ( /docs/User/Tutorials/learn-by-examples .md ) and [ ` Streamly examples repository ` ] [ streamly-examples ] .
66This document provides additional examples.
77
88## Distribute and Zip Concurrently
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ Following modules are moved to `streamly-core` package and renamed:
164164
165165## 0.8.1 (Nov 2021)
166166
167- See ApiChangelogs/0.8.3 .txt for new APIs introduced.
167+ See ApiChangelogs/0.8.0-0.8.1 .txt for new APIs introduced.
168168
169169### Bug Fixes
170170
@@ -192,7 +192,7 @@ See ApiChangelogs/0.8.3.txt for new APIs introduced.
192192
193193## 0.8.0 (Jun 2021)
194194
195- See [ API Changelog] ( /docs/User/Project/ApiChangelogs/0.8.3 .txt ) for a complete list of signature
195+ See [ API Changelog] ( /docs/User/Project/ApiChangelogs/0.7.3-0.8.0 .txt ) for a complete list of signature
196196changes and new APIs introduced.
197197
198198### Breaking changes
@@ -231,7 +231,7 @@ changes and new APIs introduced.
231231
232232### Enhancements
233233
234- * See [ API Changelog] ( /docs/User/Project/ApiChangelogs/0.8.3 .txt ) for a complete list of new
234+ * See [ API Changelog] ( /docs/User/Project/ApiChangelogs/0.7.3-0.8.0 .txt ) for a complete list of new
235235 modules and APIs introduced.
236236* The Fold type is now more powerful, the new termination behavior allows
237237 to express basic parsing of streams using folds.
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ comprising:
2525* A collection of ecosystem libraries for fast and efficient development.
2626
2727Check out the [ Streamly Getting Started
28- Guide] ( /docs/User/Tutorials/before-you-begin .md ) and [ Quick
29- Overview] ( /docs/User/Tutorials/quick-overview .md ) for an introduction
28+ Guide] ( /docs/User/Tutorials/installing-haskell .md ) and [ Quick
29+ Overview] ( /docs/User/Tutorials/learn-by-examples .md ) for an introduction
3030to the library. For more detailed documentation, visit the [ Haskell
3131Streamly website] [ Streamly ] .
3232
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ 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/before-you-begin .md ) guide
33+ the [ Before You Begin] ( /docs/User/Tutorials/installing-haskell .md ) guide
3434for instructions on how to use the ` streamly ` package interactively or
3535in a project.
3636
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ application using the instructions in the [Build Guide](/docs/User/HowTo/Compili
258258
259259If you got this far successfully, congratulations! For an overview
260260of the ` streamly ` package, please read the [ Streamly Quick
261- Overview] ( /docs/User/Tutorials/quick-overview .md ) .
261+ Overview] ( /docs/User/Tutorials/learn-by-examples .md ) .
262262
263263<!-- Markdown Links -->
264264
You can’t perform that action at this time.
0 commit comments