diff --git a/UD2GF.hs b/UD2GF.hs index c26f2a2..7b2cb4c 100644 --- a/UD2GF.hs +++ b/UD2GF.hs @@ -292,7 +292,7 @@ splitDevTree env tr@(RTree dn trs) = False -> head $ splitDevTree env $ RTree (d{devNeedBackup = True}) ts ---- head isStartCat :: AbsTreeInfo -> Bool - isStartCat (rt, (ci, uis)) = startCategory env /= mkType [] ci [] + isStartCat AbsTreeInfo { atiAbsTree = rt, atiCat = ci, atiUDIds = uis} = startCategory env /= mkType [] ci [] prtStatus udids = "[" ++ concat (intersperse "," (map prt udids)) ++ "]"