tinytools-vty-0.1.0.4: tinytools-vty is a terminal based monospace unicode diagram editing tool
Safe HaskellSafe-Inferred
LanguageHaskell2010

Potato.Flow.Vty.SaveAsWindow

Documentation

data SaveAsWindowConfig t Source #

Constructors

SaveAsWindowConfig 

Fields

popupSaveAsWindow Source #

Arguments

:: forall t m. (MonadWidget t m, HasPotato t m) 
=> SaveAsWindowConfig t 
-> m (Event t FilePath, Dynamic t Bool)

(file to save to, popup state)

hackAlign3 :: Reflex t => Event t a -> Event t b -> Event t c -> Event t (These a (These b c)) Source #

hackFanThese3 :: Reflex t => Event t (These a (These b c)) -> (Event t a, Event t b, Event t c) Source #