algebraic-graphs-io-0.1.4.0: I/O utilities for algebraic-graphs
Safe HaskellNone
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