Hi,I want to write a recursive function to change list as this form ["whantever","\n","it is","\n","I","don;t","care"] to ["whatever","it is","I \n don't \n care"], but I failed to work it out. Anybody can help me ? Thank you very much
If there is no "\n",between the strings, add "\n" beteen them and merge these string. Regards Alan ----------------------------------------- ��������Ʒ�Ƶ�һ���� http://bag.etang.com/payment_1.htm ���ƶ��ţ���������ʱ�й��� http://sms.etang.com ÿ���������ɼǵ��� http://www.etang.com/texthanburg/index.htm ������ѧ֮��Ϊ����� �ٷְ��ý�ѧ�� http://campus.etang.com/html/academic/usa/scho/scho017.htm _______________________________________________ Haskell-Cafe mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell-cafe
