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

Safe HaskellNone
LanguageHaskell2010

IGraph.Internal.Attribute

Documentation

asBS :: Serialize a => a -> (BSLen -> IO b) -> IO b Source #

asBSVector :: Serialize a => [a] -> (BSVector -> IO b) -> IO b Source #

mkStrRec Source #

Arguments

:: CString

name of the attribute

-> BSVector

values of the attribute

-> AttributeRecord