Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. GophermapAbsolute :: RawFilePath -> GophermapFilePath

    spacecookie Network.Gopher.Util.Gophermap

    Absolute path starting with /

  2. data GophermapEntry

    spacecookie Network.Gopher.Util.Gophermap

    A gophermap entry makes all values of a gopher menu item optional except for file type and description. When converting to a GopherMenuItem, appropriate default values are used.

  3. GophermapEntry :: GopherFileType -> ByteString -> Maybe GophermapFilePath -> Maybe ByteString -> Maybe Integer -> GophermapEntry

    spacecookie Network.Gopher.Util.Gophermap

    file type, description, path, server name, port number

  4. data GophermapFilePath

    spacecookie Network.Gopher.Util.Gophermap

    Wrapper around RawFilePath to indicate whether it is relative or absolute.

  5. GophermapRelative :: RawFilePath -> GophermapFilePath

    spacecookie Network.Gopher.Util.Gophermap

    Relative path

  6. GophermapUrl :: RawFilePath -> GophermapFilePath

    spacecookie Network.Gopher.Util.Gophermap

    URL to another protocol starting with URL:

  7. gophermapToDirectoryResponse :: RawFilePath -> Gophermap -> GopherResponse

    spacecookie Network.Gopher.Util.Gophermap

    Given a directory and a Gophermap contained within it, return the corresponding gopher menu response.

  8. parseGophermap :: Parser Gophermap

    spacecookie Network.Gopher.Util.Gophermap

    Attoparsec Parser for the gophermap file format

  9. SQLITE_IOERR_MMAP :: ErrorFlag

    squeather Squeather

    No documentation available.

  10. SQLITE_IOERR_SHMMAP :: ErrorFlag

    squeather Squeather

    No documentation available.

Page 1225 of many | Previous | Next