definition:
|
getContentsOfUrl :: String -> IO String
getContentsOfUrl = getContentsOfURLwith False
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Reads the contents of a document located by a URL.
--- This action requires that the program `curl` or `wget` is in your path,
--- otherwise an error is raised.
--- Included for backward compatibility.
|
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
|