Module Functor.Syntax

Parameters

Signature

type 'a t = 'a Core.t

The type held by the Functor.

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

let operator for mapping.