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

[ bsd3, control, library ] [ Propose Tags ] [ Report a vulnerability ]

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


[Skip to Readme]

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, 0.2.0.12, 0.2.0.13, 0.2.0.14
Change log ChangeLog.md
Dependencies base (>=4.14.0 && <4.15 || >=4.15.0 && <4.16 || >=4.16.0 && <4.17 || >=4.17.0 && <4.18 || >=4.18.0 && <4.19 || >=4.19.0 && <4.20 || >=4.20.0 && <4.21), data-default (>=0.7.1 && <0.8 || >=0.8.0 && <0.9), stm (>=2.5.0 && <2.6), stm-delay (>=0.1.1 && <0.2), time (>=1.9.3 && <1.10 || >=1.11.1 && <1.12 || >=1.12.2 && <1.13) [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 2024-11-01T05:21:51Z
Distributions Arch:0.2.0.10, Debian:0.2.0.9, LTSHaskell:0.2.0.14, NixOS:0.2.0.11, Stackage:0.2.0.14
Reverse Dependencies 3 direct, 2 indirect [details]
Downloads 10829 total (126 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-11-01 [all 1 reports]

Readme for fold-debounce-0.2.0.14

[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>