CurryInfo: html2-3.5.0 / C2C.Options.execVerbCommand

definition:
execVerbCommand :: Options -> String -> IO Int
execVerbCommand opts cmd = do
  when (optVerb opts > 2) $ putStrLn $ "EXECUTING: " ++ cmd
  system cmd
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Executes a command and show the command if verbosity is detailed.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
execVerbCommand
precedence:
no precedence defined
result-values:
_
signature:
Options -> String -> Prelude.IO Prelude.Int
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term