propellor-2.7.0: property-based host configuration management in haskell

Safe HaskellSafe-Inferred
LanguageHaskell98

Propellor.Types.Result

Synopsis

Documentation

data Result Source

There can be three results of satisfying a Property.

class ToResult t where Source

Methods

toResult :: t -> Result Source

Instances

class ActionResult a where Source

Results of actions, with color.