haskell-igraph-0.7.0: Haskell interface of the igraph library.

Safe HaskellNone
LanguageHaskell2010

IGraph.Exporter.GEXF

Contents

Documentation

data NodeAttr Source #

Instances
Eq NodeAttr Source # 
Instance details
Ord NodeAttr Source # 
Instance details
Read NodeAttr Source # 
Instance details
Show NodeAttr Source # 
Instance details
Generic NodeAttr Source # 
Instance details

Associated Types

type Rep NodeAttr :: * -> * #

Methods

from :: NodeAttr -> Rep NodeAttr x #

to :: Rep NodeAttr x -> NodeAttr #

Serialize NodeAttr Source # 
Instance details
type Rep NodeAttr Source # 
Instance details

data EdgeAttr Source #

Instances
Eq EdgeAttr Source # 
Instance details
Ord EdgeAttr Source # 
Instance details
Read EdgeAttr Source # 
Instance details
Show EdgeAttr Source # 
Instance details
Generic EdgeAttr Source # 
Instance details

Associated Types

type Rep EdgeAttr :: * -> * #

Methods

from :: EdgeAttr -> Rep EdgeAttr x #

to :: Rep EdgeAttr x -> EdgeAttr #

Serialize EdgeAttr Source # 
Instance details
type Rep EdgeAttr Source # 
Instance details

Orphan instances