CurryInfo: benchmark-papers-3.0.0 / ExecuteBenchmarkPaper.invokeCurry

definition: Info
 
invokeCurry :: [String] -> IO ()
invokeCurry args = do
  currypath  <- bmLoadPath
  let cmd = unwords $ currySystem : ":set path" : currypath : args
  --putStrLn $ "EXECUTING: " ++ cmd
  ec <- system cmd
  exitWith ec
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Invoke the Curry compiler with load path extended by package load path.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 invokeCurry
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