"Committed_by_peb"

This commit is contained in:
peb
2005-02-03 14:13:35 +00:00
parent f963aa213d
commit d877eed0bc
10 changed files with 132 additions and 15 deletions

View File

@@ -512,7 +512,7 @@ topoSort g = reverse $ tsort 0 [ffs | ffs@(f,_) <- g, inDeg f == 0] [] where
-- the generic fix point iterator
iterFix :: Eq a => ([a] -> [a]) -> [a] -> [a]
iterFix :: Eq a => ([a] -> [a]) -> [a] -> [a]
iterFix more start = iter start start
where
iter old new = if (null new')