Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data SourceHandle Source #
SourceHandle | |
|
shOutputRef :: Lens' SourceHandle (IORef Text) Source #
BarAutomaton Text (StateTransitionTableX id) (AutomataRefX id (Bar id)) | |
BarPad Int Padding (Bar id) | |
BarTrim Int Direction (Bar id) | |
BarMarquee Marquee (Bar id) | |
BarProp Property (Bar id) | |
BarMarkup Text | |
BarScope (Bar id) | |
BarShape Shape | |
BarSlider Slider (Vector (Bar id)) | |
BarSource (SourceRefX id) | |
BarText Text | |
BarDefine Variable | |
Bars [Bar id] |
Instances
type family AutomataRefX id :: * -> * Source #
Instances
type AutomataRefX Marshalled Source # | |
Defined in DzenDhall.Data | |
type AutomataRefX Initialized Source # | |
Defined in DzenDhall.Data |
type family StateTransitionTableX id Source #
Instances
type StateTransitionTableX Marshalled Source # | |
Defined in DzenDhall.Data | |
type StateTransitionTableX Initialized Source # | |
Defined in DzenDhall.Data |
type family SourceRefX id Source #
Instances
type SourceRefX Marshalled Source # | |
Defined in DzenDhall.Data | |
type SourceRefX Initialized Source # | |
Defined in DzenDhall.Data |
newtype Initialized Source #
Instances
type SourceRefX Initialized Source # | |
Defined in DzenDhall.Data | |
type StateTransitionTableX Initialized Source # | |
Defined in DzenDhall.Data | |
type AutomataRefX Initialized Source # | |
Defined in DzenDhall.Data |
newtype Marshalled Source #
Instances
Eq (Bar Marshalled) Source # | |
Defined in DzenDhall.Data (==) :: Bar Marshalled -> Bar Marshalled -> Bool # (/=) :: Bar Marshalled -> Bar Marshalled -> Bool # | |
Show (Bar Marshalled) Source # | |
Defined in DzenDhall.Data | |
type SourceRefX Marshalled Source # | |
Defined in DzenDhall.Data | |
type StateTransitionTableX Marshalled Source # | |
Defined in DzenDhall.Data | |
type AutomataRefX Marshalled Source # | |
Defined in DzenDhall.Data |