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

definition:
out ::  Graph _ b -> Node -> [LEdge b] 
out g v = map (\(l,w)->(v,w,l)) (context4 g v)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Find all outward-bound 'LEdge's for the given 'Node'.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> {:,[]}}
name:
out
precedence:
no precedence defined
result-values:
{:,[]}
signature:
Graph a b -> Prelude.Int -> [(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