Portability | portable (depends on ghc) |
---|---|
Stability | provisional |
Maintainer | bastiaan.heeren@ou.nl |
Safe Haskell | None |
Ideas.Common.Strategy.Configuration
Description
Documentation
data StrategyConfiguration Source
Instances
type ConfigItem = (ConfigLocation, ConfigAction)Source
data ConfigLocation Source
Instances
byName :: HasId a => a -> ConfigLocationSource
byGroup :: HasId a => a -> ConfigLocationSource
data ConfigAction Source
Instances
configureNow :: LabeledStrategy a -> LabeledStrategy aSource
remove :: IsLabeled f => f a -> LabeledStrategy aSource
reinsert :: IsLabeled f => f a -> LabeledStrategy aSource
collapse :: IsLabeled f => f a -> LabeledStrategy aSource
expand :: IsLabeled f => f a -> LabeledStrategy aSource
hide :: IsLabeled f => f a -> LabeledStrategy aSource
reveal :: IsLabeled f => f a -> LabeledStrategy aSource