summaryrefslogtreecommitdiff
path: root/src/Propellor/Property.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Property.hs')
-rw-r--r--src/Propellor/Property.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property.hs b/src/Propellor/Property.hs
index 7ee9397e..ae4fc914 100644
--- a/src/Propellor/Property.hs
+++ b/src/Propellor/Property.hs
@@ -345,7 +345,7 @@ revert (RevertableProperty p1 p2) = RevertableProperty p2 p1
-- | Apply a property to each element of a list.
applyToList
- :: (Foldable t, Functor t, IsProp p, Combines p p, p ~ CombinedType p p)
+ :: (Foldable t, Functor t, Combines p p, p ~ CombinedType p p)
=> (b -> p)
-> t b
-> p