-- | The query part of a URL module URLQuery where -- | The query part of a URL (the part after the @?@) type Query = [(String,String)]