X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=blobdiff_plain;f=Network%2FHTTP%2FLucu%2FMIMEType.hs;h=d60b70e5d5f21d4704ee6bb269f271692d35e58e;hp=9c34c50e634cdd1360d26d221ada577c49b64aa2;hb=b1fac0a;hpb=5e561403ba8ad9c440cc2bf2bacb61ebc3c7a111 diff --git a/Network/HTTP/Lucu/MIMEType.hs b/Network/HTTP/Lucu/MIMEType.hs index 9c34c50..d60b70e 100644 --- a/Network/HTTP/Lucu/MIMEType.hs +++ b/Network/HTTP/Lucu/MIMEType.hs @@ -9,7 +9,6 @@ -- (). module Network.HTTP.Lucu.MIMEType ( MIMEType(..) - , mkMIMEType , parseMIMEType , printMIMEType @@ -49,12 +48,6 @@ instance Lift MIMEType where } |] --- |@'mkMIMEType' media sub@ returns a 'MIMEType' with the given --- @media@ and @sub@ types but without any parameters. -mkMIMEType ∷ CIAscii → CIAscii → MIMEType -{-# INLINE mkMIMEType #-} -mkMIMEType = flip flip (∅) ∘ MIMEType - -- |Convert a 'MIMEType' to an 'AsciiBuilder'. printMIMEType ∷ MIMEType → AsciiBuilder {-# INLINEABLE printMIMEType #-}