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

definition:
insEdges :: Show a => [LEdge b] -> Graph a b -> Graph a b
insEdges es g = foldr insEdge g es
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Insert multiple 'LEdge's into the 'Graph'.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,_) |-> _}
name:
insEdges
precedence:
no precedence defined
result-values:
_
signature:
Prelude.Show b => [(Prelude.Int, Prelude.Int, a)] -> Graph b a -> Graph b a
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term