CurryInfo: icurry-3.2.0 / ICurry.Interpreter.showResults

definition: Info
 
showResults :: State -> String
showResults st = unlines (map (showGraphExp (graph st)) (results st))
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Show all results stored in a state.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 showResults
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 State -> 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