
22 Mar
2012
22 Mar
'12
5:12 p.m.
On 2012-03-22 at 17:11 , Thomas Davie wrote:
When typing into the REPL, you can rebind values, because each subsequent line appears (at least in the logical model) in an inner definition to the past
Ahhh, I didn't know that. I'm probably a bit biased from previous ML/Python experiences.
My advice to you would be to stop thinking of trying to re-assign values right now, it's not the correct way to think about a Haskell program at all.
No, I understand that ... Thanks for explaining. - jem