definition: |
modeWidth :: (Int -> Int -> Int, Int -> Int) modeWidth = ((+), id) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- Operation modes for graphMetric to calculate width or depth of a graph |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {(,)}} |
name: |
modeWidth |
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: |
yes |
totally-defined: |
reducible on all ground data terms |