You can search for identifiers within the package.
in-package search v0.2.0
Dependencies of a producer node.
type (_, _, _) t =
| [] : ('context, 'output, 'output) t
| :: : ('context, 'a) Node.t * ('context, 'b, 'output) t -> ('context, 'a -> 'b, 'output) t
GADT representing a list of producer node dependencies.