CurryInfo: cpm-3.3.0 / CPM.FileUtil.quote

definition:
quote :: String -> String
quote s = "\"" ++ s ++ "\""
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Puts a file argument into quotes to avoid problems with files containing
--- blanks.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
quote
precedence:
no precedence defined
result-values:
_
signature:
String -> String
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms