]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu/MIMEType/Guess.hs
hlint
[Lucu.git] / Network / HTTP / Lucu / MIMEType / Guess.hs
index 7c3c64d17816d6ef2aea5a73aba001dc4ce600b0..d77c976004beefbeb0d6bc55c45bb419185af3ca 100644 (file)
@@ -117,7 +117,7 @@ parseExtMap src
             "linebreak"
 
 compile ∷ Ord k ⇒ [(v, [k])] → Either (k, v, v) (Map k v)
-compile = go (∅) ∘ concat ∘ map tr
+compile = go (∅) ∘ concat ∘ (tr <$>)
     where
       tr ∷ (v, [k]) → [(k, v)]
       tr (v, ks) = [(k, v) | k ← ks]