threepenny-editors-0.5.6: Composable algebraic editors
Graphics.UI.Threepenny.Editors.Utils
Synopsis
calmB :: Eq a => Behavior a -> UI (Behavior a) #
Returns a new behavior that only notifies for new values.
calmE :: Eq a => Event a -> UI (Event a) #
Returns a new Event that skips consecutive triggers with the same value.
Event