| Copyright | (c) Marcin Mrotek 2015 |
|---|---|
| License | BSD3 |
| Maintainer | marcin.jan.mrotek@gmail.com |
| Stability | experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
Pipes.KeyValueCsv.Internal
Description
Helper functions
Documentation
drawText :: Monad m => Parser Text m Text Source #
Draw text that may be enclosed in quotes. Skips initial whitespace. If the first non-white character is not a quote mark, the function draws only the part of the text upto the next white character.