diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-19 03:32:17 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-19 03:32:17 -0400 |
| commit | cd10b5e2ed2a5e4053ae733a7c8961303f2dcb35 (patch) | |
| tree | 0c2012b57745035439ee453ba96e72d4da0a86fd /Propellor | |
| parent | 02900b000e556af18f2d38c2ef4184a2ce27cf46 (diff) | |
improve docs
Diffstat (limited to 'Propellor')
| -rw-r--r-- | Propellor/Types.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Propellor/Types.hs b/Propellor/Types.hs index 0e412e82..22df9ddb 100644 --- a/Propellor/Types.hs +++ b/Propellor/Types.hs @@ -5,6 +5,7 @@ module Propellor.Types ( Host(..) , Attr + , SetAttr , Propellor(..) , Property(..) , RevertableProperty(..) @@ -56,7 +57,7 @@ data Property = Property , propertySatisfy :: Propellor Result -- ^ must be idempotent; may run repeatedly , propertyAttr :: SetAttr - -- ^ a property can affect the overall Attr + -- ^ a property can set an Attr on the host that has the property. } -- | A property that can be reverted. |
