CurryInfo: graph-inductive-3.0.0 / Data.GraphInductive.gmap

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