Haskell: create a tuple of lists from an input list
问题 I am trying to set up some functions to help with a current project I am working on. I am new to Haskell and struggling to implement my desired functions. I have a list [a] and would like it to output a tuple of four different lists ([b],[b],[b],[b]) where each item in list [a] is successively placed in to the next list in the output tuple. So the first element in the input list [a] goes to the first list [b] , the second element in [a] goes to the second list [b] , the third element in [a]