definition: |
(!) :: Array b -> Int -> b (Array dflt array) ! i = from (dflt i) array i |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Yields the value at a given position. --- @param a - array to look up in --- @param n - index, where to look |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({Array},_) |-> _} |
name: |
! |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Array a -> Prelude.Int -> a |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |