CurryInfo: icurry-3.2.0 / ICurry.Interpreter.showResults

definition:
showResults :: State -> String
showResults st = unlines (map (showGraphExp (graph st)) (results st))
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Show all results stored in a state.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
showResults
precedence:
no precedence defined
result-values:
_
signature:
State -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term