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

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