<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="Arial Narrow">
<DIV><FONT face="Arial Narrow"><FONT face="Times New Roman">Hello,<BR><BR>I' a 
Haskell Newbie and i need some help about a function..<BR>My problem is to 
update a list of values in Runtime.<BR>For example i have a initial 
list:<BR>list1=3D"a"=20<BR><BR>and a 
function:<BR>add::add::String-&gt;[String]<BR>add x =3D [list1] ++ 
[x]=20<BR><BR>I need to do=20<BR>add "c"=20<BR><BR>and the "c" most be append to 
list1<BR>to make list1=3D["a","c"]<BR><BR>Then if i input<BR>list1<BR>the output 
must be<BR>["a","c"]<BR><BR>But i can't do it...<BR>Could you help me 
?!</FONT><BR></FONT></DIV></FONT></DIV></BODY></HTML>