Copyright | (C) 2011 Edward Kmett |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Edward Kmett <[email protected]> |
Stability | experimental |
Portability | type families |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Data.Graph.Class
Description
Documentation
class (Monad g, Eq (Vertex g), Eq (Edge g)) => Graph (g :: Type -> Type) where Source #