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

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