j
k
j a
j l
Iain Barnett wrote:
data Task = Task { title :: String, completed :: Bool, subtasks :: [Task] }
This one looks the best to me. Remember, you can just use an empty list if the task has no subtasks. - Jake
Back to the thread
Back to the list