CurryInfo: verify-non-fail-2.0.0 / Verify.ProgInfo.addModInfoFor

definition: Info
 
addModInfoFor :: IORef ProgInfo -> String -> IO ()
addModInfoFor piref mname = do
  prog <- readTransFlatCurry mname
  pis <- readIORef piref
  writeIORef piref
    (pis { progInfos = (progName prog, prog2ModInfo prog) : progInfos pis})
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Read a module and adds the info for it.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 addModInfoFor
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Data.IORef.IORef ProgInfo -> 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