definition: |
nmap :: Show c => (a -> c) -> Graph a b -> Graph c b nmap f = gmap (\(p,v,l,s)->(p,v,f l,s)) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Map a function over the 'Node' labels in a graph. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> {ufold}} |
name: |
nmap |
precedence: |
no precedence defined |
result-values: |
{ufold} |
signature: |
Prelude.Show b => (a -> b) -> Graph a c -> Graph b c |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |