You can search for identifiers within the package.
in-package search v0.2.0
Encapsulated graph of producer nodes.
type ('context, 'output1, 'output2) t = {
execute : 'context -> ('output1, 'output2) M.t;
}
val make : ('context, 'output1, 'output2) Node.t -> ('context, 'output1, 'output2) t
make nodes output_node creates a Graph.t out of the given nodes, marking output_node as the Node which produces the graph's output.
make nodes output_node
Graph.t
output_node
[Cyclic]
if a dependency cycle is found somewhere within the graph.