definition:
|
getContentsOfURL :: String -> IO String
getContentsOfURL = getContentsOfURLwith True
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Reads (quietly) the contents of a document located by a URL.
--- This action requires that the program "wget" is in your path,
--- otherwise the implementation must be adapted to the local
--- installation.
|
failfree:
|
<FAILING>
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{() |-> {getContentsOfURLwith}}
|
name:
|
getContentsOfURL
|
precedence:
|
no precedence defined
|
result-values:
|
{getContentsOfURLwith}
|
signature:
|
String -> Prelude.IO String
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|