crawlchain-0.2.0.0: Simulation user crawl paths

Safe HaskellNone
LanguageHaskell2010

Network.CrawlChain.CrawlChain

Synopsis

Documentation

crawlChain :: CrawlingParameters -> IO (Maybe CrawlAction) Source #

Returns only the first result of a completely matching branch of the crawling directive.

crawlChains :: CrawlingParameters -> IO [DirectiveChainResult] Source #

Returns all possible results of the craling directive - meant to be used with lazyness in mind as needed.