CurryInfo: contract-prover-4.0.0 / VerifierState.readVerifyInfoRef

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