uni-graphs-2.2.1.2: Graphs
Safe HaskellSafe-Inferred
LanguageHaskell2010

Graphs.TopSort

Documentation

topSort :: Ord a => [(a, a)] -> [a] Source #

topSort1 :: Ord a => [(a, a)] -> [a] -> [a] Source #