|
|
|
| Description |
| This module describes the state of shpider computations, and provides a monad transformer over it.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| module Control.Monad.State |
|
|
| The shpider state holds all the options for shpider transactions, the current page and all the CurlOptions used when calling curl.
| | Constructors | | Instances | |
|
|
|
| The Page datatype. Holds Links, Forms, the parsed [ Tag ], the page source, and the page's absolute URL.
| | Constructors | | Instances | |
|
|
|
| The type of Shpider computations. A state transformer over ShpiderState and IO.
|
|
|
| An empty page, containing no information.
|
|
|
| Run a Shpider computation, returning the result.
|
|
|
| Run a Shpider computation, returning the result with the state.
|
|
| Produced by Haddock version 2.4.2 |