CurryInfo: contract-prover-4.0.0 / VerifierState.readVerifyInfoRef

definition: Info
 
readVerifyInfoRef :: IORef VState -> IO VerifyInfo
readVerifyInfoRef vstref = readIORef vstref >>= return . trInfo
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Reads VerifyInfo from VState IORef.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 readVerifyInfoRef
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Data.IORef.IORef VState -> Prelude.IO VerifyInfo
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms