Nix list builtins
concatLists lists- flattens a list of listselem x xs-trueifxis in listxs, otherwisefalseelemAt xs n- return element at (0-indexed) positionnin listxsfilter f xs- return the elements ofxsfor whichfreturns truefoldl' op nul list- strict left foldgenList generator length- Generate a list of lengthlengthwith each elementiequal togenerator ihead list- first element of a listisList e- returnstrueifeis a list, otherwisefalselength e- length of the listesort comparator list- returnlistin sorted order according tocomparator; stable sortᛦtail list- return all but the first element oflist