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

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