CurryInfo: cpm-3.3.0 / CPM.Options.uploadOpts

definition:
uploadOpts :: Options -> UploadOptions
uploadOpts s = case optCommand s of
  Upload opts -> opts
  _           -> UploadOptions False False True "" ""
demand:
argument 1
deterministic:
deterministic operation
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
uploadOpts
precedence:
no precedence defined
result-values:
_
signature:
Options -> UploadOptions
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms