| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Algebra.Graph.IO.SV
Synopsis
- tsvSink :: MonadThrow m => ConduitT ByteString o m (Graph Int)
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