public static Cons ParallelMap(IApply action, IEnumerable seq) { return(AsLazyList(SeqBase.ParallelMap(action, seq))); }