Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Potato.Flow.Vty.Layer
Documentation
data LayerWidgetConfig t Source #
data LayerWidget t Source #
Constructors
LayerWidget | |
Fields
|
holdLayerWidget :: forall t m. (MonadWidget t m, HasPotato t m) => LayerWidgetConfig t -> m (LayerWidget t) Source #