threepenny-editors-0.5.3: Composable algebraic editors

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Threepenny.Editors.Utils

Synopsis

Documentation

calmB :: Eq a => Behavior a -> UI (Behavior a) Source #

Returns a new behavior that only notifies for new values.

calmE :: Eq a => Event a -> UI (Event a) Source #

Returns a new Event that skips consecutive triggers with the same value.