Module type Indexed_functor.SYNTAX

Syntax operators.

type ('a, 'index) t

The type held by the Indexed Functor.

val let+ : ('a, 'index) t -> ('a -> 'b) -> ('b, 'index) t

let operator for mapping.