Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 302 Bytes

Network.HTTP.MimeType.md

File metadata and controls

22 lines (15 loc) · 302 Bytes

Module Network.HTTP.MimeType

MimeType

newtype MimeType
  = MimeType String
Instances
instance eqMimeType :: Eq MimeType
instance showMimeType :: Show MimeType

mimeTypeToString

mimeTypeToString :: MimeType -> String