Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
HGraph.Undirected.Generator
Documentation
cycleGraph :: (Mutable t, Integral t) => t t -> t -> t t Source #
completeTree :: (Integral t, Mutable t, UndirectedGraph t, Num t, Ord t) => t t -> t -> Int -> t t Source #
completeGraph :: (Mutable t, UndirectedGraph t, Num t, Enum t) => t t -> t -> t t Source #