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

Safe HaskellSafe
LanguageHaskell98

Propellor.Types.Result

Synopsis

Documentation

class ToResult t where Source #

Minimal complete definition

toResult

Methods

toResult :: t -> Result Source #

class ActionResult a where Source #

Results of actions, with color.

Minimal complete definition

getActionResult