
23 Jul
2009
23 Jul
'09
2:47 p.m.
Hello Iain, Thursday, July 23, 2009, 10:43:02 PM, you wrote:
data Task = Task { title :: String, completed :: Bool, subtasks :: [Task] } But that's not really right, because obviously, some tasks don't have subtasks.
don't see a problem - subtasks list may be empty -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com