pipes-key-value-csv-0.4.0.0: Streaming processing of CSV files preceded by key-value pairs.

Copyright(c) Marcin Mrotek 2015
LicenseBSD3
Maintainermarcin.jan.mrotek@gmail.com
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Pipes.KeyValueCsv.Cell

Description

Automated parsing of single cells.

Synopsis

Documentation

class FromCell c where Source #

Parse a single cell. For more information about parsing with Pipes, see Pipes.Parse.Tutorial.

Minimal complete definition

fromCell

Methods

fromCell :: Monad m => Parser Text m (Either String c) Source #