CurryInfo: cpm-3.3.0 / CPM.Executables.getCurlCmd

definition:
getCurlCmd :: ErrorLogger String
getCurlCmd = fmap (\(c,os) -> unwords (c:os)) getCurlCmdOpts
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Returns the `curl` command with some standard options as a string.
--- If the log level is not `Debug`, the options `--silent --show-error`
--- are added so that `curl` works in silent mode. Moreover, a max-time
--- is used to avoid hanging forever if a server cannot be reached.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> _}
name:
getCurlCmd
precedence:
no precedence defined
result-values:
_
signature:
CPM.ErrorLogger.ErrorLogger String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term