
29 Sep
2009
29 Sep
'09
2:51 p.m.
"Colin" == Colin Paul Adams
writes:
Colin> The database query childGalleries gives me a list of all Colin> the immediate children. So what I want is recursively, the Colin> names of all the descendants, as well as the original name, Colin> concatenated to a flat list. I'm struggling to identify the Colin> higher-order recursion function I need. I worked out that Data.Tree.unfoldM_BF was what I needed. -- Colin Adams Preston Lancashire