Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data UnicodeWidthFn Source #
tool_isCreate :: Tool -> Bool Source #
data PotatoDefaultParameters Source #
Instances
Show PotatoDefaultParameters Source # | |
Defined in Potato.Flow.Controller.Types showsPrec :: Int -> PotatoDefaultParameters -> ShowS # show :: PotatoDefaultParameters -> String # showList :: [PotatoDefaultParameters] -> ShowS # | |
Default PotatoDefaultParameters Source # | |
Defined in Potato.Flow.Controller.Types | |
Eq PotatoDefaultParameters Source # | |
Defined in Potato.Flow.Controller.Types |
data SetPotatoDefaultParameters Source #
Instances
Show SetPotatoDefaultParameters Source # | |
Defined in Potato.Flow.Controller.Types showsPrec :: Int -> SetPotatoDefaultParameters -> ShowS # show :: SetPotatoDefaultParameters -> String # showList :: [SetPotatoDefaultParameters] -> ShowS # | |
Default SetPotatoDefaultParameters Source # | |
Defined in Potato.Flow.Controller.Types | |
Eq SetPotatoDefaultParameters Source # | |
Defined in Potato.Flow.Controller.Types |
potatoDefaultParameters_set :: PotatoDefaultParameters -> SetPotatoDefaultParameters -> PotatoDefaultParameters Source #
type Selection = SuperOwlParliament Source #
Instances
FromJSON LayerMeta Source # | |
ToJSON LayerMeta Source # | |
Defined in Potato.Flow.Controller.Types | |
Generic LayerMeta Source # | |
Show LayerMeta Source # | |
Default LayerMeta Source # | |
Defined in Potato.Flow.Controller.Types | |
NFData LayerMeta Source # | |
Defined in Potato.Flow.Controller.Types | |
Eq LayerMeta Source # | |
type Rep LayerMeta Source # | |
Defined in Potato.Flow.Controller.Types type Rep LayerMeta = D1 ('MetaData "LayerMeta" "Potato.Flow.Controller.Types" "tinytools-0.1.0.0-DrleRpyeSqeBtRJXQdRmv7" 'False) (C1 ('MetaCons "LayerMeta" 'PrefixI 'True) (S1 ('MetaSel ('Just "_layerMeta_isLocked") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: (S1 ('MetaSel ('Just "_layerMeta_isHidden") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "_layerMeta_isCollapsed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)))) |
type LayerMetaMap = REltIdMap LayerMeta Source #
layerMetaMap_isCollapsed :: REltId -> LayerMetaMap -> Bool Source #
data ControllerMeta Source #
Instances
type EverythingLoadState = (SPotatoFlow, ControllerMeta) Source #