| Copyright | (c) Lemmih 2005 |
|---|---|
| License | BSD-like |
| Maintainer | lemmih@gmail.com |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Data.Torrent.Scrape
Description
Documentation
data ScrapeInfo Source #
Constructors
| ScrapeInfo | |
Fields
| |
Instances
| Read ScrapeInfo Source # | |
Defined in Data.Torrent.Scrape Methods readsPrec :: Int -> ReadS ScrapeInfo readList :: ReadS [ScrapeInfo] readPrec :: ReadPrec ScrapeInfo readListPrec :: ReadPrec [ScrapeInfo] | |
| Show ScrapeInfo Source # | |
Defined in Data.Torrent.Scrape Methods showsPrec :: Int -> ScrapeInfo -> ShowS show :: ScrapeInfo -> String showList :: [ScrapeInfo] -> ShowS | |
parseScrapeInfo :: ByteString -> Maybe ScrapeInfo Source #