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

definition: Info
 
hasModInfoFor :: IORef ProgInfo -> String -> IO Bool
hasModInfoFor piref mn = do
  pi <- readIORef piref
  return $ maybe False (const True) (lookup mn (progInfos pi))
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Does the info for a module with a given name already exists?
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 hasModInfoFor
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Data.IORef.IORef ProgInfo -> String -> Prelude.IO Prelude.Bool
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term