CurryInfo: property-prover-2.0.0 / VerifierState.printCP

definition:
printCP :: String -> VStateM ()
printCP s = lift $ putStrLn $ "INFO: " ++ s
demand:
no demanded arguments
deterministic:
deterministic operation
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
printCP
precedence:
no precedence defined
result-values:
_
signature:
String -> Control.Monad.Trans.State.StateT VState Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms