[Haskell-cafe] Problem

Michael Sterling micksterling at gmail.com
Sun Oct 17 09:51:41 EDT 2004


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).


More information about the Haskell-Cafe mailing list