From c9b893cd0343aab8b68b5a2c1e5400c164bb2ba6 Mon Sep 17 00:00:00 2001 From: defanor Date: Wed, 20 Dec 2017 05:43:32 +0300 Subject: Add Coalpit.IO --- Coalpit/DSV.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Coalpit/DSV.hs') diff --git a/Coalpit/DSV.hs b/Coalpit/DSV.hs index 2ba9464..890399d 100644 --- a/Coalpit/DSV.hs +++ b/Coalpit/DSV.hs @@ -52,7 +52,7 @@ parseDSVLine fs l = case parse (pDSVLine fs) "line" l of -- | Shows values in DSV format. showDSV :: Coalpit a => Options -> a -> String -showDSV opt = composeDSVLine (fieldSeparator opt) . (toArgs opt) +showDSV opt = composeDSVLine (fieldSeparator opt) . toArgs opt -- | Reads values from DSV format. readDSV :: Coalpit a => Options -> String -> Either String a -- cgit v1.2.3