debian-3.47: Modules for working with the Debian package systemSource codeContentsIndex
Debian.URI
Synopsis
module Network.URI
type URIString = String
uriToString' :: URI -> String
fileFromURI :: URI -> IO (Either ErrorCall ByteString)
fileFromURIStrict :: URI -> IO (Either ErrorCall ByteString)
dirFromURI :: URI -> IO (Either ErrorCall [String])
Documentation
module Network.URI
type URIString = StringSource
If the URI type could be read and showed this wouldn't be necessary.
uriToString' :: URI -> StringSource
fileFromURI :: URI -> IO (Either ErrorCall ByteString)Source
fileFromURIStrict :: URI -> IO (Either ErrorCall ByteString)Source
dirFromURI :: URI -> IO (Either ErrorCall [String])Source
Produced by Haddock version 2.6.1