tinytools-vty-0.1.0.1: a terminal based unicode diagram editing tool
Safe HaskellSafe-Inferred
LanguageHaskell2010

Potato.Reflex.Vty.Helpers

Documentation

fmapLabelShow :: (Functor f, Show a) => Text -> f a -> f Text Source #

countEv :: (Reflex t, MonadHold t m, MonadFix m) => Event t a -> m (Dynamic t Int) Source #

drag2AttachOnStart :: forall t m a. (Reflex t, MonadFix m, MonadHold t m, HasInput t m) => Button -> Behavior t a -> m (Event t (a, Drag2)) Source #