package producer

  1. Overview
  2. Docs

Dependencies of a producer node.

type (!'c, !'d, !'e) t = ('c, 'd, 'e) Make(Sync).Dependencies.t =
  1. | [] : ('context, 'output, 'output) t
  2. | :: : ('context0, 'a) Node.t * ('context1, 'b, 'output0) t -> ('context2, 'a0 -> 'b0, 'output1) t

GADT representing a list of producer node dependencies.

OCaml

Innovation. Community. Security.