Indexed_functor.Syntax
module Core : Preface_specs.Indexed_functor.CORE
type ('a, 'index) t = ('a, 'index) Core.t
The type held by the Indexed Functor.
Indexed Functor
val let+ : ('a, 'index) t -> ('a -> 'b) -> ('b, 'index) t
let operator for mapping.
let