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

Safe HaskellSafe
LanguageHaskell98

Propellor.Types.Result

Synopsis

Documentation

data Result Source #

There can be three results of satisfying a Property.

Instances

class ToResult t where Source #

Minimal complete definition

toResult

Methods

toResult :: t -> Result Source #

Instances

class ActionResult a where Source #

Results of actions, with color.

Minimal complete definition

getActionResult