actually, I implemented this a few commits ago
Matt S Trout [Thu, 17 Mar 2016 17:40:37 +0000 (17:40 +0000)]
lib/DX/Predicate/MemberAt.pm

index cc71ea5..b3120a2 100644 (file)
@@ -6,11 +6,6 @@ use DX::Class;
 
 with 'DX::Role::Predicate';
 
-# Thing I've ignored for the moment: set key, unset value
-# which for an add should result in an _make_equal style
-# bind-with-add-action I suspect, but I don't have a current use
-# case so punting while I get everything-the-fuck-else done
-
 sub _possible_resolution_list {
   my ($self, $coll, $key, $value) = @_;
   die "First argument to member_at must be a structured value"