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

Safe HaskellNone
LanguageHaskell2010

IGraph.Exporter.GEXF

Contents

Documentation

data NodeAttr Source #

Instances
Eq 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
Hashable NodeAttr Source # 
Instance details

Methods

hashWithSalt :: Int -> NodeAttr -> Int #

hash :: NodeAttr -> Int #

type Rep NodeAttr Source # 
Instance details

data EdgeAttr Source #

Instances
Eq 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
Hashable EdgeAttr Source # 
Instance details

Methods

hashWithSalt :: Int -> EdgeAttr -> Int #

hash :: EdgeAttr -> Int #

type Rep EdgeAttr Source # 
Instance details

Orphan instances