Copyright © 2011 Marc Worrell
Authors: Marc Worrell (marc@worrell.nl).
topoitems() = {Name::term(), Depends::list(), Provides::list()}
| sort/1 | Return the topological sort of a list. |
sort(L::topoitems()) -> {ok, list()} | {error, {cyclic, list()}}
Return the topological sort of a list.
Generated by EDoc, Dec 10 2012, 20:44:34.