summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-12-21 21:41:02 -0400
committerJoey Hess2014-12-21 21:41:02 -0400
commit3a8d33719d867823067ed067d8d708ccfb28ee89 (patch)
tree76e4cace3ad30a73578936fe4a64634878c80852
parent6d56dbd35ae10c3c51f14e441fd9f90a0c53c92f (diff)
update
-rw-r--r--doc/todo/info_propigation_out_of_nested_properties.mdwn6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/todo/info_propigation_out_of_nested_properties.mdwn b/doc/todo/info_propigation_out_of_nested_properties.mdwn
index e4bb443a..b08e326f 100644
--- a/doc/todo/info_propigation_out_of_nested_properties.mdwn
+++ b/doc/todo/info_propigation_out_of_nested_properties.mdwn
@@ -15,12 +15,6 @@ propigated out..
----
-Currently, ensureProperty detects if it's called on a property with a
-non-empty Info, and prints a warning. Would prefer to handle this at the
-type level though..
-
-----
-
One approach might be to make the Propellor monad be able to be run in two
modes. In run mode, it actually performs IO, etc. In introspection mode, all
liftIO is a no-op, but all Info encountered is accumulated using a Reader.