algebraic-graphs-io-0.5.0.1: I/O utilities and datasets for algebraic-graphs
Safe HaskellSafe-Inferred
LanguageHaskell2010

Algebra.Graph.IO.SV

Synopsis

Documentation

tsvSink :: MonadThrow m => ConduitT ByteString o m (Graph Int) Source #

Process chunks of a (uncompressed) TSV file and output the resulting graph

NB The TSV is assumed to have three columns, where the first two contain the node IDs of the edges