On Thu, Jul 23, 2009 at 8:43 PM, Iain Barnett<iainspeed at 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