CurryInfo: graphviz-3.0.0 / Data.GraphViz.setDotViewCmd

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