Indexed_functor.Core
module Req : Preface_specs.Indexed_functor.WITH_MAP
type ('a, 'index) t = ('a, 'index) Req.t
The type held by the Indexed Functor.
Indexed Functor
val map : ('a -> 'b) -> ('a, 'index) t -> ('b, 'index) t
Mapping over t from 'a to 'b.
t
'a
'b