
17 Aug
2007
17 Aug
'07
11:22 a.m.
On 8/17/07, apfelmus
Extracting the head and tail of ss with a let statement could lead to a huge unevaluated expression like
rest = tail (tail (tail (...)))
Even though they are probably forced, would breaking the head and tail apart via pattern-matching or a case statement avoid building up that unevaluated expression? Justin