CurryInfo: array-3.0.0 / Data.Array.applyAt

definition:
applyAt :: Array b -> Int -> (b->b) -> Array b
applyAt (Array dflt a) n f = Array dflt (at (dflt n) a n f)
demand:
argument 1
deterministic:
deterministic operation
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Array},_,_) |-> {Array}}
name:
applyAt
precedence:
no precedence defined
result-values:
{Array}
signature:
Array a -> Prelude.Int -> (a -> a) -> Array a
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term