CurryInfo: property-prover-2.0.0 / VerifierState.getOption

definition:
getOption :: (Options -> a) -> VStateM a
getOption f = gets (toolOpts . trInfo) >>= return . f
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Gets a specific option.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
getOption
precedence:
no precedence defined
result-values:
_
signature:
(ToolOptions.Options -> a)
-> Control.Monad.Trans.State.StateT VState Prelude.IO a
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms