Describe the bug
This line
|
/* Splits the elements of a list into many lists, using the return value of a predicate. |
claims that
groupBy returns a "list of lists", but it actually returns an attribute set whose values are lists.
To Reproduce
N/A, this is merely a doc bug.
Maintainer information:
# a list of nixpkgs attributes affected by the problem
attribute:
- lib.lists
# a list of nixos modules affected by the problem
module:
Describe the bug
This line
nixpkgs/lib/lists.nix
Line 321 in 5c77003
claims that
groupByreturns a "list of lists", but it actually returns an attribute set whose values are lists.To Reproduce
N/A, this is merely a doc bug.
Maintainer information: