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

definition:
lsuc ::  Graph _ b -> Node -> [(Node,b)]
lsuc = map flip2 .: context4
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Find all Nodes and their labels, which are linked from the given 'Node'.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> _}
name:
lsuc
precedence:
no precedence defined
result-values:
_
signature:
Graph a b -> Prelude.Int -> [(Prelude.Int, b)]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term