package producer

  1. Overview
  2. Docs

Dependencies of a producer node.

type (_, _, _, _) t =
  1. | [] : ('context, 'output, 'output, 'e) t
  2. | :: : ('context, 'a, 'e) Node.t * ('context, 'b, 'output, 'e) t -> ('context, 'a -> 'b, 'output, 'e) t

GADT representing a list of producer node dependencies.

OCaml

Innovation. Community. Security.