definition: |
emptyBox :: Int -> Int -> Box emptyBox r c = Box r c Blank |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Creates an empty box with the given size. --- --- @param r number of rows --- @param c number of columns |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> {Box}} |
name: |
emptyBox |
precedence: |
no precedence defined |
result-values: |
{Box} |
signature: |
Prelude.Int -> Prelude.Int -> Box |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |