module Enabled:Parameter_sig.With_output
include Parameter_sig.Bool
val set_output_dependencies : State.t list -> unit
output
below will cause only one output, unless some
of the supplied dependencies have changed between the two calls.val output : (unit -> unit) -> unit
set_output_dependencies
details.