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