Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Propellor.Types.Result
- data Result
- class ToResult t where
- class ActionResult a where
- getActionResult :: a -> (String, ColorIntensity, Color)
Documentation
There can be three results of satisfying a Property.
Constructors
NoChange | |
MadeChange | |
FailedChange |
class ActionResult a where Source
Results of actions, with color.
Methods
getActionResult :: a -> (String, ColorIntensity, Color) Source
Instances