pandora-0.1.8: A box of patterns and paradigms

Safe HaskellSafe
LanguageHaskell2010

Pandora.Paradigm.Structure.Graph

Synopsis

Documentation

type Graph a = (Edges :.: Twister 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