Commit Graph

91 Commits

Author SHA1 Message Date
Harendra Kumar
53aae83e3a Fix links, use link refs kept at one place 2021-06-02 18:12:39 +05:30
Joseph Koshy
69e4df7511 Improve the flow of text in the top-level README. 2021-05-31 16:51:38 +05:30
Pranay Sashank
7d9256e283 Rename Parser.yield, yieldM to fromPure, fromEffect. 2021-05-30 22:24:54 +05:30
Harendra Kumar
1630d3c952 Reorganize/edit/update some sections
* Remove CI badges, these are on the wiki page now.
* Move the internal modules section at the end
* Remove redundant links about docs, and move it down after install/use
2021-05-28 09:23:55 +05:30
Harendra Kumar
a231fe54d2 Move "installing and using" sec. at the beginning
* Add a separate "Documentation" section
2021-05-23 17:15:01 +05:30
Harendra Kumar
cf63b4edd4 Fix README and Overview.md
* Address review comments
* Remove redundant parts in Overview.md that overlap with README
2021-05-23 17:14:10 +05:30
Harendra Kumar
973e563d84 Update the README
Remove all the descriptive stuff and use example driven flow.
2021-05-20 10:53:18 +05:30
Ranjeet Kumar Ranjan
ac215ad43f Rename serially etc. to fromSerial etc. #1029 2021-04-16 00:20:54 +05:30
Pranay Sashank
5c018c7e45 Rename Data.Array.Storable.Foreign to Data.Array.Foreign.
Closes #854.
2021-02-01 21:31:06 +05:30
pranaysashank
ad05792d0b Deprecate Streamly module and move the exports to Streamly.Prelude.
- Deprecate and replace functions:
    foldWith => concatFoldableWith
    foldMapWith => concatMapFoldableWith
    forEachWith => concatForFoldableWith
2020-09-09 20:56:24 +05:30
adithyaov
e218fb9d8f Deprecate Streamly.Memory.Array
According to the new module structure, it should be Streamly.Data.Array.Storable.Foreign
2020-09-04 16:55:16 +05:30
Joseph Koshy
f80a75fcc7 Minor: add hyperlinks to a few packages. 2020-06-17 14:21:13 +05:30
Harendra Kumar
55bdd5b8d5 Make some formatting updates to learning materials 2020-02-11 16:31:09 +05:30
adithyaov
b1d3e01bf4 Add master reference to README.md 2020-02-11 16:31:09 +05:30
Harendra Kumar
7e7cc7e2a1 update learning materials section
move the learning materials section to the top for better discoverability.
2020-01-16 02:14:42 +05:30
Harendra Kumar
1d0193882f remove hidden haddock build options
Now that we have unhidden those.
2020-01-08 02:02:33 +05:30
Pranay Sashank
5b1da6b36a Update docs. 2020-01-03 11:54:32 +05:30
Harendra Kumar
ef7147c925 update travis ci badge 2019-12-25 09:33:28 +05:30
Harendra Kumar
3f60343ed1 update line length histogram section 2019-11-15 04:22:35 +05:30
Harendra Kumar
a4c2ae4311 Add haddock instructions for experimental APIs 2019-11-15 03:07:06 +05:30
Pranay Sashank
fa1318e57f Update maintainer email to streamly@composewell.com. 2019-11-07 12:31:07 +05:30
Harendra Kumar
5215f3f06d update array, add unfold, fix examples 2019-11-06 02:38:50 +05:30
Harendra Kumar
63bd9d30bb Fix some examples in the readme 2019-10-18 00:29:45 +05:30
Harendra Kumar
fc957922ac rename splitBySuffix to splitWithSuffix
"With" gives a better idea that we are keeping the suffix.
2019-08-13 15:47:40 +05:30
Harendra Kumar
53d5e9f0e1 update for fold based IO 2019-08-12 07:13:26 +05:30
Pranay Sashank
bda6a6415b Refactor modules Mem.* ~> Memory.* and update references. 2019-08-06 04:31:23 +05:30
Harendra Kumar
2438be4259 rename the Mem.Array.Stream module to Mem.ArrayStream 2019-08-06 02:55:06 +05:30
Harendra Kumar
d4625305a1 Change local links to relative
Add streamly vs lists doc link.
2019-08-05 07:12:46 +05:30
Harendra Kumar
a740d4dba9 move stream transformation operations to Prelude 2019-08-03 23:15:26 +05:30
Harendra Kumar
3cdecba40c Create a separate module for "Streams of Arrays" 2019-08-03 08:16:23 +05:30
Harendra Kumar
bba704561b fix warnings, example and readme 2019-08-03 05:16:59 +05:30
Harendra Kumar
de908d6d5e edit the intro paragraph 2019-07-31 03:04:05 +05:30
Harendra Kumar
bbadf99bf6 remove redundant info 2019-07-31 02:50:56 +05:30
Harendra Kumar
cda18e5582 Add credits and copyrights 2019-07-31 02:48:05 +05:30
Harendra Kumar
8b9b1aedaf update FileIO section 2019-07-31 02:36:00 +05:30
Harendra Kumar
66fa33a632 Add socket IO section 2019-07-31 02:36:00 +05:30
Harendra Kumar
3fcfe4afce Add intro to arrays and folds 2019-07-31 02:36:00 +05:30
Harendra Kumar
e7bc7eaa88 update the exceptions section 2019-07-31 02:36:00 +05:30
Harendra Kumar
54dd548831 Move the dir listing and file-io sections down
In correct sequence.
2019-07-31 02:36:00 +05:30
Harendra Kumar
d161b05d73 Move performance section up 2019-07-31 02:36:00 +05:30
Harendra Kumar
5668b4f3a7 update performance section 2019-07-31 02:36:00 +05:30
Harendra Kumar
b6e7b11c5a Incorporate Artyom's review comments 2019-07-30 01:27:24 +05:30
Harendra Kumar
e59830b999 update package installation instructions 2019-06-26 18:24:03 +05:30
Harendra Kumar
2bb75a083d Mention -fspec-constr-recursive ghc flag for compilation 2019-06-18 14:24:37 +05:30
Harendra Kumar
0527088be5 expose readArraysUpto for better cp/cat perf 2019-05-16 06:21:36 +05:30
Harendra Kumar
b9e7999124 update file IO example 2019-05-15 21:46:34 +05:30
Harendra Kumar
9268208757 add file IO example 2019-05-15 20:41:45 +05:30
Harendra Kumar
fd7bd713ec Add "Streamly.Fold" module 2019-05-13 12:21:16 +05:30
Harendra Kumar
30a1700237 Fix and update reference doc links 2018-10-27 00:04:55 +05:30
Harendra Kumar
5cbcd5bd24 update README (exceptions), add doc on transformers 2018-10-26 17:12:14 +05:30