-- |Generic URI with no assumptions of any particular schemes. module Data.URI ( Scheme , UserInfo ) where import Data.URI.Internal.Scheme import Data.URI.Internal.UserInfo