]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu/MultipartForm.hs
Remove unnecessary 'try'
[Lucu.git] / Network / HTTP / Lucu / MultipartForm.hs
index db32a4cfa56484a92018911aef8dcdb325a50649..7ddcbd0f707e144a2ed450a053ee32fd0566d7fd 100644 (file)
@@ -140,8 +140,7 @@ getContDispo hdr
                                           ])
 
 contDispoP ∷ Parser ContDispo
-contDispoP = try $
-             do dispoType ← A.toCIAscii <$> token
+contDispoP = do dispoType ← A.toCIAscii <$> token
                 params    ← many paramP
                 return $ ContDispo dispoType params
     where