diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Types/ResultCheck.hs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Propellor/Types/ResultCheck.hs b/src/Propellor/Types/ResultCheck.hs index 0c7597a2..09fbf73b 100644 --- a/src/Propellor/Types/ResultCheck.hs +++ b/src/Propellor/Types/ResultCheck.hs @@ -15,9 +15,10 @@ import Data.Monoid import Control.Monad.IO.Class (liftIO) -- | This is a `Property` but its `Result` is not accurate; in particular --- it may return `NoChange` despite having made a change. However, when it --- returns `MadeChange`, it really did made a change, and `FailedChange` --- is still an error. +-- it may return `NoChange` despite having made a change. +-- +-- However, when it returns `MadeChange`, it really did make a change, +-- and `FailedChange` is still an error. data UncheckedProperty i = UncheckedProperty (Property i) -- | Use to indicate that a Property is unchecked. |
