CurryInfo: base-3.4.0 / Control.Search.AllValues.getAllValues

definition: Info
 
getAllValues :: a -> IO [a]
getAllValues e = return (allValues e)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Gets all values of an expression (similarly to Prolog's `findall`).
Conceptually, the value is computed on a copy of the expression,
i.e., the evaluation of the expression does not share any results.
In PAKCS, the evaluation suspends as long as the expression
contains unbound variables or the computed
value contains unbound variables.
failfree: Info
 _
indeterministic: Info
 might be indeterministic
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 getAllValues
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 a -> Prelude.IO [a]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms