Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Export debounce and debounceWith (#29)
Browse files Browse the repository at this point in the history
Yep, more negligence on my part. This commit adds `debounce` and
`debounceWith` to the exports within the `FRP.Event.Time` module.
  • Loading branch information
Tom Harding authored and paf31 committed Dec 4, 2017
1 parent 122e40e commit 94a142a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/FRP/Event/Time.purs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module FRP.Event.Time
( interval
, animationFrame
, withTime
, debounce
, debounceWith
) where

import Data.Maybe (Maybe, maybe)
Expand Down

0 comments on commit 94a142a

Please sign in to comment.