CurryInfo: base-3.4.0 / Control.Search.Unsafe.rewriteAll

definition: Info
 
rewriteAll :: a -> [a]
#ifdef __PAKCS__
rewriteAll external
#else
rewriteAll _ = error "Control.Search.Unsafe.rewriteAll: not yet implemented"
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
---------------------------------------------------------------------------
Gets all values computable by term rewriting.
In contrast to `allValues`, this operation does not wait
until all "outside" variables are bound to values,
but it returns all values computable by term rewriting
and ignores all computations that requires bindings for outside variables.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {}
name: Info
 rewriteAll
precedence: Info
 no precedence defined
result-values: Info
 {}
signature: Info
 a -> [a]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms