Bifunctor.Sum
module F : Preface_specs.BIFUNCTOR
module G : Preface_specs.BIFUNCTOR
include Preface_specs.BIFUNCTOR with type ('a, 'b) t = ('a, 'b) sum
type ('a, 'b) t = ('a, 'b) sum
The type held by the Bifunctor
Mapping over both arguments at the same time.
Create a new ('a, 'b) t
, replacing all values in the ('c, 'b) t
by given a value of 'a
.