pandora-0.1.4: A box of patterns and paradigms

Safe HaskellSafe
LanguageHaskell2010

Pandora.Paradigm.Structure.Graph

Synopsis

Documentation

type Graph a = (Cofree :>: Edges) a Source #

Acyclic graph structure without loops

loose :: Traversable t => t a -> Graph a Source #

Transform any traversable structure into all loose edges graph