Functor.SYNTAX
Syntax operators.
type 'a t
The type held by the Functor.
Functor
val let+ : 'a t -> ('a -> 'b) -> 'b t
let operator for mapping.
let