repa-flow-4.1.0.1: Data/Repa/Flow/Generic/IO.hs
module Data.Repa.Flow.Generic.IO
( -- * Buckets
module Data.Repa.Flow.IO.Bucket
-- * Sourcing
, sourceBytes
, sourceChars
, sourceChunks
, sourceRecords
-- * Sinking
, sinkBytes
, sinkChars
, sinkLines
-- * Sieving
, sieve_o
-- * Tables
, sourceCSV
, sourceTSV)
where
import Data.Repa.Flow.IO.Bucket
import Data.Repa.Flow.Generic.IO.Base as F
import Data.Repa.Flow.Generic.IO.XSV as F