module Cf_either: sig .. end
sig
end
A utility type to represent the sum of two parameter types. This is used in some of the more arcane operators in the Cf_flow module.
Cf_flow
type ('a, 'b) t =
('a, 'b)
|
A of 'a
'a
B of 'b
'b