I am trying to create a function in Haskell which accepts a list, and goes through each element in the list, appending the element to a separate string, and then I want to print out that string (currently, it takes a list of values, and prints out the same list of values).