definition: |
modeDepth :: (Int -> Int -> Int, Int -> Int) modeDepth = (max, (+1)) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {(,)}} |
name: |
modeDepth |
precedence: |
no precedence defined |
result-values: |
{(,)} |
signature: |
(Prelude.Int -> Prelude.Int -> Prelude.Int, Prelude.Int -> Prelude.Int) |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |