Talk:Flatten a list: Difference between revisions

Line 11:
[1,2,3] + [] = [1,2,3]
:::--[[User:Paddy3118|Paddy3118]] 06:35, 17 August 2009 (UTC)
:::That's not the problem. The code performs the specified task, but the task is to do something that is usually considered a bad idea, and symptom of poor design elsewhere, in CL. --[[User:Kevin Reid|Kevin Reid]] 03:10, 17 October 2009 (UTC)
 
==OCaml and Empty lists?==