From cd10b5e2ed2a5e4053ae733a7c8961303f2dcb35 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 19 Apr 2014 03:32:17 -0400 Subject: improve docs --- Propellor/Types.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3