algebraic-graphs-0.0.1: test/Main.hs
import Algebra.Graph.Test.AdjacencyMap
import Algebra.Graph.Test.Fold
import Algebra.Graph.Test.Graph
import Algebra.Graph.Test.IntAdjacencyMap
import Algebra.Graph.Test.Relation
main :: IO ()
main = do
testAdjacencyMap
testFold
testGraph
testIntAdjacencyMap
testRelation