24 Jul
2009
24 Jul
'09
2:45 a.m.
On Thu, Jul 23, 2009 at 8:43 PM, Iain Barnett<iainspeed@gmail.com> wrote:
data Task = Task { title :: String, completed :: Bool, subtasks :: [Task] } But that's not really right, because obviously, some tasks don't have subtasks.
The empty list is a list. --Max