Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
- accumulator :: Stream Word -> Stream Word -> Stream ()
- accumulatorConstLimit :: Expression Word -> Stream Word -> Stream ()
Documentation
accumulator :: Stream Word -> Stream Word -> Stream () Source #
The snippet
accumulator limitStream deltaStream
creates a stream that produces a unit value every time the accumulated deltas have reached the limit.
accumulatorConstLimit :: Expression Word -> Stream Word -> Stream () Source #