j
k
j a
j l
On Thu, Jul 23, 2009 at 8:43 PM, Iain Barnett 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
Back to the thread
Back to the list