CurryInfo: currypath-3.0.0 / System.CurryPath.runModuleActionQuiet

definition: Info
 
runModuleActionQuiet :: (String -> IO a) -> String -> IO a
runModuleActionQuiet = runModuleActionWith True
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Executes an I/O action, which is parameterized over a module name,
for a given program name. If the program name is prefixed by a directory,
switch to this directory before executing the action and switch
back after the action.
A possible suffix like `.curry` or `.lcurry` is dropped from the
module name passed to the action.
An error is raised if the module name is not valid.
failfree: Info
 ()
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> {runModuleActionWith}}
name: Info
 runModuleActionQuiet
precedence: Info
 no precedence defined
result-values: Info
 {runModuleActionWith}
signature: Info
 (String -> Prelude.IO a) -> String -> Prelude.IO a
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term