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

Potato.Flow.Vty.Params

Synopsis

Documentation

selectParamsFromSelection :: Eq a => ParamsSelector a -> Selection -> Maybe (Selection, Maybe a) Source #

method to extract common parameters from a selection returns Nothing if nothing in the selection has the selected param returns Just (selection, Nothing) if selection that has the selected param do not share the same value

networkParamsWidgetOutputDynForTesting :: (MonadWidget t m, HasPotato t m) => ParamsWidgetOutputDyn t m b -> m (Dynamic t Int, Event t (), Event t b) Source #

Orphan instances

Show FocusId Source # 
Instance details