CurryInfo: base-3.3.0 / Control.Search.Unsafe.rewriteSome

definition:
rewriteSome :: a -> Maybe a
#ifdef __PAKCS__
rewriteSome external
#else
rewriteSome _ = error "Control.Search.Unsafe.rewriteSome: not yet implemented"
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Similarly to 'rewriteAll' but returns only some value computable
--- by term rewriting. Returns `Nothing` if there is no such value.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{}
name:
rewriteSome
precedence:
no precedence defined
result-values:
{}
signature:
a -> Prelude.Maybe a
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms