uni-graphs-2.2.1.1: Graphs

Safe HaskellSafe
LanguageHaskell98

Graphs.TopSort

Documentation

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

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