improve docs

This commit is contained in:
Joey Hess 2014-04-19 03:32:17 -04:00
parent 02900b000e
commit cd10b5e2ed
1 changed files with 2 additions and 1 deletions

View File

@ -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.