1
0
forked from GitHub/gf-core

removing a trace

This commit is contained in:
aarne
2007-10-12 08:42:52 +00:00
parent cf3fcbf582
commit 1fb749a5ec

View File

@@ -1037,7 +1037,7 @@ allOperDependencies m b =
topoSortOpers :: [(Ident,[Ident])] -> Err [Ident]
topoSortOpers st = do
let eops = topoTest (trace (show st) st)
let eops = topoTest st
either
return
(\ops -> Bad ("circular definitions:" +++ unwords (map prt (head ops))))