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

[ bsd3, control, library ] [ Propose Tags ]

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


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 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), stm-delay (>=0.1.1 && <0.2), 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-06-01T12:51:14Z
Distributions Arch:0.2.0.10, Debian:0.2.0.9, LTSHaskell:0.2.0.11, NixOS:0.2.0.11, Stackage:0.2.0.11
Reverse Dependencies 3 direct, 2 indirect [details]
Downloads 10326 total (65 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-06-03 [all 1 reports]

Readme for fold-debounce-0.2.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>