crawlchain-0.3.0.1: Simulation user crawl paths

Safe HaskellNone
LanguageHaskell2010

Network.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.