CurryInfo: base-3.3.0 / Control.Search.SetFunctions.printValues

definition:
printValues :: Show a => Values a -> IO ()
printValues s = values2list s >>= mapM_ print
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Prints all elements of a multiset of values.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
printValues
precedence:
no precedence defined
result-values:
_
signature:
Prelude.Show a => Values a -> Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms