
23 Jul
2009
23 Jul
'09
2:58 p.m.
Actually, how about this? import Data.Tree newtype Task = Task (Tree (String, Bool)) Now you already have that tree structure you wanted. - Jake