Name: Anonymous 2008-06-23 17:34
Haskell can't update variables, so I came up with an alternative solution: make new variables that hold desired values. But the problem is that when I make a new variable every time I change its value, the old variable stays there and littler the memory. How can I delete it?