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

definition: Info
 
getFlatProgFor :: IORef ProgInfo -> String -> IO Prog
getFlatProgFor piref mn = fmap miProg $ getModInfoFor piref mn
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Gets the FlatCurry program for a module with a given name.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 getFlatProgFor
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Data.IORef.IORef ProgInfo -> String -> Prelude.IO FlatCurry.Types.Prog
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term