CurryInfo: verify-non-fail-2.0.0 / Verify.NonFailConditions.showConditions

definition: Info
 
showConditions :: [FuncDecl] -> [(QName, NonFailCond)] -> String
showConditions fdecls = unlines . map (showCondFunc . genNonFailFunction fdecls)
 where
  showCondFunc (fn,cf) =
    "\n-- Non-fail condition of operation `" ++ fn ++ "`:\n" ++
    showFuncDecl cf
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
---------------------------------------------------------------------------
Prints a list of conditions for operations (if not empty).
The first argument contains all function declarations of the current module.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {.._#lambda508}}
name: Info
 showConditions
precedence: Info
 no precedence defined
result-values: Info
 {.._#lambda508}
signature: Info
 [FlatCurry.Types.FuncDecl]
-> [((String, String), ([(Prelude.Int, FlatCurry.Types.TypeExpr)], FlatCurry.Types.Expr))]
-> String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term