Operation.Core
type ('a, 'index) 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