definition: |
emptyDefaultArray :: (Int -> b) -> Array b emptyDefaultArray dflt = Array dflt Empty |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Creates an empty array, call given function for non-initialized --- indexes. --- @param default - function to call for each non-initialized index |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {Array}} |
name: |
emptyDefaultArray |
precedence: |
no precedence defined |
result-values: |
{Array} |
signature: |
(Prelude.Int -> a) -> Array a |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |