We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb58c64 commit 8c31c52Copy full SHA for 8c31c52
src/Control/Concurrent/Execute.hs
@@ -170,7 +170,7 @@ runActions' ExecuteState {..} = loop
170
in modifyTVar esActions $ map dropDep
171
restore loop
172
173
--- | Filter a list of actions to include only those that depend on the given
174
--- action.
175
-downstreamActions :: ActionId -> [Action] -> [Action]
176
-downstreamActions aid = filter (\a -> aid `Set.member` actionDeps a)
+ -- | Filter a list of actions to include only those that depend on the given
+ -- action.
+ downstreamActions :: ActionId -> [Action] -> [Action]
+ downstreamActions aid = filter (\a -> aid `Set.member` actionDeps a)
0 commit comments