-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Functions for working with HTTP Accept headers -- -- Functions for working with HTTP Accept headers. You may also want -- check out parseHttpAccept from wai-extra:Network.Wai.Parse (it is not -- tied to WAI in any way and some similar may make it into this package -- eventually). @package http-accept @version 0.1 module Network.HTTP.Accept -- | Select which Accept type to use selectAcceptType :: [String] -> [ByteString] -> Maybe String instance Eq a => Eq (Pattern a)