concatLists
lib.lists.concatLists
Primop
Docs pulled from | This Revision | about 3 hours ago
Takes 1 arguments
lists
Concatenate a list of lists into a single list.
Noogle detected
Detected Type
concatLists :: [[a]] -> [a]
Implementation
This function is implemented in c++ and is part of the native nix runtime.