CurryInfo: graphviz-3.0.0 / ShowDotGraph.setDotViewCmd

definition:
setDotViewCmd :: String -> IO ()
setDotViewCmd dvcmd = do
  rcfile <- curryrcFileName
  updatePropertyFile rcfile "dotviewcommand" dvcmd
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Sets the command for viewing dot files in the rc file of the
--- Curry system.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
setDotViewCmd
precedence:
no precedence defined
result-values:
_
signature:
String -> Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term