lib: lists: Alias builtins.map
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Suggested-by: Profpatsch <mail@profpatsch.de>
This commit is contained in:
parent
bad5d145c2
commit
3cf40fc794
@ -7,7 +7,7 @@ let
|
|||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
|
|
||||||
inherit (builtins) head tail length isList elemAt concatLists filter elem genList;
|
inherit (builtins) head tail length isList elemAt concatLists filter elem genList map;
|
||||||
|
|
||||||
/* Create a list consisting of a single element. `singleton x` is
|
/* Create a list consisting of a single element. `singleton x` is
|
||||||
sometimes more convenient with respect to indentation than `[x]`
|
sometimes more convenient with respect to indentation than `[x]`
|
||||||
|
Loading…
Reference in New Issue
Block a user