
16 May
2002
16 May
'02
9:38 a.m.
Hi, JiJie> 20) append' x:xs y = [(init x:xs)] ++ [(tail xs)++[y]] function application (blank) binds stronger than :, thus you should write append' (x:xs) y = ... Cheers -- Christoph