streamly/test/Streamly/Test/Internal
Harendra Kumar 290d2f6135 Make some updates to takeByTime/dropByTime
* Document the precise behavior, some changes were made to the earlier behavior
* Make some changes to implementation according to (newly) documented behavior
* TakeByTime: perform the time check before generating the element so that we
  do not drop an element after generation.
* TakeByTime now yields at least one element if the duration is non-zero
* dropByTime does not check the time after the drop duration is over
* Add inspection tests
* make the tests for shorter duration, earlier tests took too long
2020-01-16 02:02:37 +05:30
..
Data Add rollingHashFirstN, drainN and drainWhile 2019-12-30 15:57:34 +05:30
Prelude.hs Make some updates to takeByTime/dropByTime 2020-01-16 02:02:37 +05:30