forked from GitHub/gf-core
removing a trace
This commit is contained in:
@@ -1037,7 +1037,7 @@ allOperDependencies m b =
|
|||||||
|
|
||||||
topoSortOpers :: [(Ident,[Ident])] -> Err [Ident]
|
topoSortOpers :: [(Ident,[Ident])] -> Err [Ident]
|
||||||
topoSortOpers st = do
|
topoSortOpers st = do
|
||||||
let eops = topoTest (trace (show st) st)
|
let eops = topoTest st
|
||||||
either
|
either
|
||||||
return
|
return
|
||||||
(\ops -> Bad ("circular definitions:" +++ unwords (map prt (head ops))))
|
(\ops -> Bad ("circular definitions:" +++ unwords (map prt (head ops))))
|
||||||
|
|||||||
Reference in New Issue
Block a user