]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu/Headers.hs
Cosmetic changes suggested by hlint.
[Lucu.git] / Network / HTTP / Lucu / Headers.hs
index 3308bbfad7abe200bbc92951c9c8b2618a502839..e72022c72c0d5f11f253504fd5ed34c4288bd1d4 100644 (file)
@@ -127,7 +127,7 @@ headersP = do xs ← P.many header
       {-# INLINE content #-}
       content = A.unsafeFromByteString
                 <$>
-                takeWhile1 (\c → ((¬) (isSPHT c)) ∧ isText c)
+                takeWhile1 (\c → (¬) (isSPHT c) ∧ isText c)
 
       joinValues ∷ [Ascii] → Ascii
       {-# INLINE joinValues #-}