out -package:GenericPretty

Find all outward-bound LEdges for the given Node.
Write a result with a given name to file with given extension or standard output. Supports compression.
ZMQ_POLLOUT (outgoing messages, i.e. at least 1 byte can be written)
A tag type to indicate that a Buffer is used for tracking output.
Output types and values, monad transformer stack used by the GraphQL resolvers. This module is intended to be imported qualified, to avoid name clashes with In.
The clock that represents the rate at which data leaves the system.
Output from constraint solving (fixpoint)
>
the representation of newlines on output
A table of the count of edges from each node.

Examples

outdegree (buildG (0,-1) []) == array (0,-1) []
outdegree (buildG (0,2) [(0,1), (1,2)]) == array (0,2) [(0,1),(1,1),(2,0)]
Printed output
Use a Prism as a kind of first-class pattern.
outside :: Prism s t a b -> Lens (t -> r) (s -> r) (b -> r) (a -> r)