definition:
|
printVerifyResult :: TermDomain a => Options -> VerifyState a -> String
-> (QName -> Bool) -> IO ()
printVerifyResult opts vst mname isvisible = do
fdecls <- currentFuncDecls vst
printVerifyResults opts mname isvisible fdecls
(Map.toList (vstCallTypes vst)) (vstFunConds vst)
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Prints a message about the result of the module verification.
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
name:
|
printVerifyResult
|
precedence:
|
no precedence defined
|
result-values:
|
_
|
signature:
|
Analysis.TermDomain.TermDomain a => Verify.Options.Options -> VerifyState a
-> String -> ((String, String) -> Prelude.Bool) -> Prelude.IO ()
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|