fold-debounce: Fold multiple events that happen in a given period of time.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Fold multiple events that happen in a given period of time. See Control.FoldDebounce.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.4, 0.2.0.5, 0.2.0.6, 0.2.0.7, 0.2.0.8, 0.2.0.9, 0.2.0.10, 0.2.0.11
Change log ChangeLog.md
Dependencies base (>=4.6.0 && <4.9), data-default (>=0.5.3 && <0.6), stm (>=2.4.2 && <2.5), time (>=1.4.0 && <1.6) [details]
License BSD-3-Clause
Author Toshio Ito <debug.ito@gmail.com>
Maintainer Toshio Ito <debug.ito@gmail.com>
Category Control
Home page https://github.com/debug-ito/fold-debounce
Bug tracker https://github.com/debug-ito/fold-debounce/issues
Source repo head: git clone https://github.com/debug-ito/fold-debounce.git
Uploaded by debugito at 2015-05-22T11:12:19Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for fold-debounce-0.1.0.0

[back to package description]

fold-debounce

Fold multiple events that happen in a given period of time.

How to run tests

cabal configure --enable-tests && cabal build && cabal test

Author

Toshio Ito <debug.ito [at] gmail.com>