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

definition:
labUEdges :: [(a, b)] -> [(a, b, ())]
labUEdges = map (\(v,w)->(v,w,()))
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- add label () to list of edges (node,node)
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {map}}
name:
labUEdges
precedence:
no precedence defined
result-values:
{map}
signature:
[(a, b)] -> [(a, b, ())]
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms