Commit Graph

1089 Commits

Author SHA1 Message Date
Harendra Kumar
2438be4259 rename the Mem.Array.Stream module to Mem.ArrayStream 2019-08-06 02:55:06 +05:30
Harendra Kumar
61316a5662 rename Mem.Array.Stream file to Mem.ArrayStream 2019-08-06 02:54:55 +05:30
Harendra Kumar
2506636388 Fix documentation for movement of APIs to prelude
hide ltake and ltakeWhile as well.
2019-08-06 02:28:14 +05:30
Harendra Kumar
e621237b79 update documentation and rename toArray => write
rename toArray/toArrayN to writeF/writeNF to keep the API name consistent with
their regular counterparts. Now the only difference in fold APIs is a suffix F.
2019-08-06 02:28:14 +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
41753e4d27 hide foldWith 2019-08-03 08:16:23 +05:30
Harendra Kumar
3cdecba40c Create a separate module for "Streams of Arrays" 2019-08-03 08:16:23 +05:30
Harendra Kumar
476a85a2e6
Merge pull request #233 from composewell/fixrules
Fix a bug in zipWithM rule that causes effects to run only once.
2019-08-03 05:19:31 +05:30
Harendra Kumar
ec39077e87 reorganize, add fromHandle/toHandle to deprecations 2019-08-03 05:16:59 +05:30
Harendra Kumar
1a89d207c9 Mention changelog in deprecation message 2019-08-03 05:16:59 +05:30
Harendra Kumar
ea342a40c5 Fix HandleIO example 2019-08-03 05:16:59 +05:30
Harendra Kumar
bba704561b fix warnings, example and readme 2019-08-03 05:16:59 +05:30
Harendra Kumar
00e887b039 update changelog/remove the hidden APIs 2019-08-03 05:16:59 +05:30
Harendra Kumar
fbb627da95 update documentation for maxBuffer changes for ParallelT 2019-08-03 05:16:59 +05:30
Harendra Kumar
196b4de2ed hide benchmarks for hidden combinators 2019-08-03 05:16:59 +05:30
Harendra Kumar
9d48b5b422 hide some combinators, fix doc, since notations 2019-08-03 05:16:59 +05:30
Harendra Kumar
fdec798a63 update doc, hide some combinators, rename split combinators 2019-08-03 05:16:59 +05:30
Harendra Kumar
f66ed7b8c6 update docs, hide "duplicate" 2019-08-03 05:16:59 +05:30
Harendra Kumar
d3722602d1 hide lchunksOf and lsessionsOf 2019-08-03 05:16:59 +05:30
Harendra Kumar
8ae20ba0d4 update documentation, reorg sections 2019-08-03 05:16:59 +05:30
Harendra Kumar
791864e157 update documentation 2019-08-03 05:16:59 +05:30
Pranay Sashank
c726ca36b8 Inline rnf in NFData (Stream Identity a) instance. 2019-08-02 21:27:30 +05:30
Pranay Sashank
5fd4c2f4e6 Guard zipWithM rule with a conditional flag for GHC less than 801. 2019-08-02 21:27:19 +05:30
Harendra Kumar
39fcfd909c Add some TODO comments 2019-08-02 02:59:38 +05:30
Harendra Kumar
2c36c1369e Add prfolds/split/text packages, reorg pkg list 2019-08-02 02:58:29 +05:30
Pranay Sashank
a4464a8796 Fix a bug in zipWithM rule that causes effects to run only once. 2019-08-02 01:34:31 +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
8ecf96ab7c Add copyrights for the utf8 encode/decode code 2019-07-31 02:48:05 +05:30
Harendra Kumar
cda18e5582 Add credits and copyrights 2019-07-31 02:48:05 +05:30
Harendra Kumar
5326947e1a Explain Haskell lists vs streams 2019-07-31 02:43:40 +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
82c090d6ab
Merge pull request #228 from composewell/hide-modules
Hide modules whose apis have not yet been finalised for 0.7.0
2019-07-31 02:34:48 +05:30
Pranay Sashank
c9cbe3aef0 Hide classifySessionsOf, classifyKeepAliveSessions.
They depend on Streamly.Time.Units.
2019-07-30 19:27:05 +05:30
Pranay Sashank
8fa60a9fad Fixup, revert changes to examples/FileIOExamples.hs. 2019-07-30 19:27:02 +05:30
Harendra Kumar
15e28aab45
Merge pull request #225 from composewell/ghcjs-build
Do not compile examples depending on network in ghcjs build.
2019-07-30 16:55:54 +05:30
Harendra Kumar
7f50289b9e
Merge pull request #227 from composewell/readme-review
Incorporate Artyom's review comments
2019-07-30 16:45:10 +05:30
Pranay Sashank
3d1ad231e4 Update Changelog.
- Remove reference to Streamly.Pipes.
2019-07-30 15:07:09 +05:30
Pranay Sashank
f8afec67f4 Comment out benchmarking code for pipes ops. 2019-07-30 15:05:24 +05:30
Pranay Sashank
ea668dc99b Hide modules not finalised for 0.7.0.
- Hides Pipe, FileSystem.FD, FileSystem.File, Time.Units,
  Time.Clock modules.
- Hides transform function from Fold, Prelude modules.
- Change examples depending on File api, and do not build
  FileIOExamples.
2019-07-30 14:36:18 +05:30
Harendra Kumar
b6e7b11c5a Incorporate Artyom's review comments 2019-07-30 01:27:24 +05:30
Pranay Sashank
ede4e3f059 Do not compile examples depending on network in ghcjs build. 2019-07-29 17:52:22 +05:30
Harendra Kumar
633d935105 enable list tests 2019-07-29 08:32:30 +05:30