Module Output

module Output: sig .. end
Definition of output modes.

module type T = sig .. end
The module type of outputs.
type t = (module Output.T) 
The type of outputs.
val same : t -> t -> bool
Tests whether the passed outputs have the same name.