Files
nixpkgs/pkgs/lib
Shea Levy a4c333474c lib/lists.nix: Remove uses of the tail function
nix lists are not like haskell lists, and tail is an O(n) operation.
This makes recursion using tail less efficient than recursion using
length + elemAt.

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-07-12 12:36:36 -04:00
..
Doh
2013-07-03 16:35:13 +02:00
2013-02-25 06:31:19 -05:00
2013-05-29 23:25:02 +02:00
2012-04-15 23:41:25 +00:00
2012-11-20 13:56:14 +01:00
2013-05-02 15:04:21 -04:00
2013-05-02 15:04:21 -04:00