Searched refs:utSetEmpty (Results 1 – 1 of 1) sorted by relevance
98 where depthFirst = snd . deDepthFirstSearch outs (utSetEmpty, [])99 spanning = snd . deSpanningSearch ins (utSetEmpty, [])170 utSetEmpty :: (Ord a) => Set a172 utSetEmpty = MkSet [] function269 utSetUnionList setList = foldl utSetUnion utSetEmpty setList