lib.attrsets.mapAttrsRecursive: beta reduce

This commit is contained in:
Eman Resu
2026-06-21 19:40:37 -04:00
parent ebbae9566a
commit 442c1d9296

View File

@@ -1158,7 +1158,7 @@ rec {
mapAttrsRecursive :: ([String] -> a -> b) -> AttrSet -> AttrSet
```
*/
mapAttrsRecursive = f: set: mapAttrsRecursiveCond (as: true) f set;
mapAttrsRecursive = mapAttrsRecursiveCond (as: true);
/**
Like `mapAttrsRecursive`, but it takes an additional predicate that tells it whether to recurse into an attribute set.