threepenny-editors-0.5.6: Composable algebraic editors

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Threepenny.Editors.Utils

Synopsis

Documentation

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.