Skip to content

Commit

Permalink
Inline field
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbe committed Nov 16, 2012
1 parent 1855df7 commit df5b3ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Data/Csv/Parser.hs
Expand Up @@ -131,6 +131,7 @@ field !delim = do
case mb of
Just b | b == doubleQuote -> escapedField
_ -> unescapedField delim
{-# INLINE field #-}

escapedField :: AL.Parser S.ByteString
escapedField = do
Expand Down

0 comments on commit df5b3ab

Please sign in to comment.