Module type Functor.SYNTAX

Syntax operators.

type 'a t

The type held by the Functor.

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

let operator for mapping.